Shades of Biloba Flower #B59BCC
Tints of Biloba Flower #B59BCC
RGB
CMYK
RGB Variations
Color information
#B59BCC (or 0xB59BCC) is known color: Biloba Flower. HEX triplet: B5, 9B and CC. RGB value is (181,155,204). Sum of RGB (Red+Green+Blue) = 181+155+204=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #B59BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BCC is #4A6433. Grayscale: #A8A8A8. Windows color (decimal): -4875316 or 13409205. OLE color: 13409205.
HSL color Cylindrical-coordinate representation of color #B59BCC: hue angle of 271.84º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B59BCC is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 155 | 204 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.2 |
| HSL | 271.84º | 0.32% | 0.7% | - |
| HSV(B) | 271.84º | 0.24% | 0.8% | - |
| XYZ | 41.68 | 37.63 | 62.19 | - |
| YUV | 168.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 204 | 0.11 | 0.24 | 0 | 0.2 | 271.84 | 0.32 | 0.7 |
| Hex | B5 | 9B | CC | B | 18 | 0 | 14 | 110 | 20 | 46 |
| Octal | 265 | 233 | 314 | 13 | 30 | 0 | 24 | 420 | 40 | 106 |
| Binary | 10110101 | 10011011 | 11001100 | 1011 | 11000 | 0 | 10100 | 100010000 | 100000 | 1000110 |
Color Harmonies of #B59BCC
Complementary color
Monochromatic Colors of #B59BCC
Black with #B59BCC
Text Example
Text Example
White with #B59BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59BCC; }
p { color: rgb(181,155,204); }
H1.HeaderClassName
{
color: #B59BCC;
}
.AnyTagClassName
{
color: #B59BCC;
}
</style>
background-color css
<style>
a { background-color: #B59BCC; }
a { background-color: rgb(181,155,204); }
div.DivClassName
{
background-color: #B59BCC;
}
.BgClassName
{
background-color: #B59BCC;
}
</style>
border-color css
<style>
span { border-color: #B59BCC; }
span { border-color: rgb(181,155,204); }
td.TdClassName
{
border-color: #B59BCC;
}
.TagClassName
{
border-color: #B59BCC;
}
</style>