#B59DE9

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

Shades of Biloba Flower #B59DE9

Tints of Biloba Flower #B59DE9

Color information

#B59DE9 (or 0xB59DE9) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and E9. RGB value is (181,157,233). Sum of RGB (Red+Green+Blue) = 181+157+233=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #B59DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59DE9 is #4A6216. Grayscale: #ACACAC. Windows color (decimal): -4874775 or 15310261. OLE color: 15310261.

HSL color Cylindrical-coordinate representation of color #B59DE9: hue angle of 258.95º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59DE9 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181157233-
CMYK0.220.3300.09
HSL258.95º63.33%76.47%-
HSV(B)258.95º32.62%91.37%-
XYZ45.8239.8282.36-
YUV172.84161.95133.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=31.70%
G=27.50%
B=40.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811572330.220.3300.09258.9563.3376.47
HexB59DE91621091033f4c
Octal265235351264101140377114
Binary10110101100111011110100110110100001010011000000111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DE9; }

 p { color: rgb(181,157,233); }

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

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

 a { background-color: rgb(181,157,233); }

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

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

 span { border-color: rgb(181,157,233); }

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