#B27CE9

Color #B27CE9 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B27CE9

Tints of Biloba Flower #B27CE9

Color information

#B27CE9 (or 0xB27CE9) is unknown color: approx Biloba Flower. HEX triplet: B2, 7C and E9. RGB value is (178,124,233). Sum of RGB (Red+Green+Blue) = 178+124+233=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #B27CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CE9 is #4D8316. Grayscale: #989898. Windows color (decimal): -5079831 or 15301810. OLE color: 15301810.

HSL color Cylindrical-coordinate representation of color #B27CE9: hue angle of 269.72º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27CE9 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178124233-
CMYK0.240.4700.09
HSL269.72º71.24%70%-
HSV(B)269.72º46.78%91.37%-
XYZ40.2829.7680.71-
YUV152.57173.39146.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=33.27%
G=23.18%
B=43.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781242330.240.4700.09269.7271.2470
HexB27CE9182F0910e4746
Octal2621743513057011416107106
Binary10110010111110011101001110001011110100110000111010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CE9; }

 p { color: rgb(178,124,233); }

 H1.HeaderClassName
 {
   color: #B27CE9;
 }
 .AnyTagClassName
 {
   color: #B27CE9;
 }
</style>
background-color css

<style>
 a { background-color: #B27CE9; }

 a { background-color: rgb(178,124,233); }

 div.DivClassName
 {
   background-color: #B27CE9;
 }
 .BgClassName
 {
   background-color: #B27CE9;
 }
</style>
border-color css

<style>
 span { border-color: #B27CE9; }

 span { border-color: rgb(178,124,233); }

 td.TdClassName
 {
   border-color: #B27CE9;
 }
 .TagClassName
 {
   border-color: #B27CE9;
 }
</style>