Shades of Biloba Flower #B59CCB
Tints of Biloba Flower #B59CCB
RGB
CMYK
RGB Variations
Color information
#B59CCB (or 0xB59CCB) is known color: Biloba Flower. HEX triplet: B5, 9C and CB. RGB value is (181,156,203). Sum of RGB (Red+Green+Blue) = 181+156+203=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #B59CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CCB is #4A6334. Grayscale: #A8A8A8. Windows color (decimal): -4875061 or 13343925. OLE color: 13343925.
HSL color Cylindrical-coordinate representation of color #B59CCB: hue angle of 271.91º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B59CCB is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 156 | 203 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.20 |
| HSL | 271.91º | 0.31% | 0.7% | - |
| HSV(B) | 271.91º | 0.23% | 0.8% | - |
| XYZ | 41.72 | 37.91 | 61.62 | - |
| YUV | 168.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 203 | 0.11 | 0.23 | 0 | 0.20 | 271.91 | 0.31 | 0.7 |
| Hex | B5 | 9C | CB | B | 17 | 0 | 14 | 110 | 1F | 46 |
| Octal | 265 | 234 | 313 | 13 | 27 | 0 | 24 | 420 | 37 | 106 |
| Binary | 10110101 | 10011100 | 11001011 | 1011 | 10111 | 0 | 10100 | 100010000 | 11111 | 1000110 |
Color Harmonies of #B59CCB
Complementary color
Monochromatic Colors of #B59CCB
Black with #B59CCB
Text Example
Text Example
White with #B59CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CCB; }
p { color: rgb(181,156,203); }
H1.HeaderClassName
{
color: #B59CCB;
}
.AnyTagClassName
{
color: #B59CCB;
}
</style>
background-color css
<style>
a { background-color: #B59CCB; }
a { background-color: rgb(181,156,203); }
div.DivClassName
{
background-color: #B59CCB;
}
.BgClassName
{
background-color: #B59CCB;
}
</style>
border-color css
<style>
span { border-color: #B59CCB; }
span { border-color: rgb(181,156,203); }
td.TdClassName
{
border-color: #B59CCB;
}
.TagClassName
{
border-color: #B59CCB;
}
</style>