#B286E9

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

Shades of Biloba Flower #B286E9

Tints of Biloba Flower #B286E9

Color information

#B286E9 (or 0xB286E9) is unknown color: approx Biloba Flower. HEX triplet: B2, 86 and E9. RGB value is (178,134,233). Sum of RGB (Red+Green+Blue) = 178+134+233=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #B286E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B286E9 is #4D7916. Grayscale: #9E9E9E. Windows color (decimal): -5077271 or 15304370. OLE color: 15304370.

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

Color convert

RGB178134233-
CMYK0.240.4200.09
HSL266.67º69.23%71.96%-
HSV(B)266.67º42.49%91.37%-
XYZ41.5932.481.15-
YUV158.44170.08141.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=32.66%
G=24.59%
B=42.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781342330.240.4200.09266.6769.2371.96
HexB286E9182A0910b4548
Octal2622063513052011413105110
Binary101100101000011011101001110001010100100110000101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B286E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B286E9; }

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

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

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

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

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

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

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

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