Shades of Biloba Flower #B59ECB
Tints of Biloba Flower #B59ECB
RGB
CMYK
RGB Variations
Color information
#B59ECB (or 0xB59ECB) is known color: Biloba Flower. HEX triplet: B5, 9E and CB. RGB value is (181,158,203). Sum of RGB (Red+Green+Blue) = 181+158+203=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #B59ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ECB is #4A6134. Grayscale: #A9A9A9. Windows color (decimal): -4874549 or 13344437. OLE color: 13344437.
HSL color Cylindrical-coordinate representation of color #B59ECB: hue angle of 270.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B59ECB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 158 | 203 | - |
CMYK | 0.11 | 0.22 | 0 | 0.20 |
HSL | 270.67º | 0.3% | 0.71% | - |
HSV(B) | 270.67º | 0.22% | 0.8% | - |
XYZ | 42.06 | 38.59 | 61.73 | - |
YUV | 170.01 | 146.62 | 135.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 158 | 203 | 0.11 | 0.22 | 0 | 0.20 | 270.67 | 0.3 | 0.71 |
Hex | B5 | 9E | CB | B | 16 | 0 | 14 | 10F | 1E | 47 |
Octal | 265 | 236 | 313 | 13 | 26 | 0 | 24 | 417 | 36 | 107 |
Binary | 10110101 | 10011110 | 11001011 | 1011 | 10110 | 0 | 10100 | 100001111 | 11110 | 1000111 |
Color Harmonies of #B59ECB
Complementary color
Monochromatic Colors of #B59ECB
Black with #B59ECB
Text Example
Text Example
White with #B59ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59ECB; }
p { color: rgb(181,158,203); }
H1.HeaderClassName
{
color: #B59ECB;
}
.AnyTagClassName
{
color: #B59ECB;
}
</style>
background-color css
<style>
a { background-color: #B59ECB; }
a { background-color: rgb(181,158,203); }
div.DivClassName
{
background-color: #B59ECB;
}
.BgClassName
{
background-color: #B59ECB;
}
</style>
border-color css
<style>
span { border-color: #B59ECB; }
span { border-color: rgb(181,158,203); }
td.TdClassName
{
border-color: #B59ECB;
}
.TagClassName
{
border-color: #B59ECB;
}
</style>