Shades of Biloba Flower #B59CCC
Tints of Biloba Flower #B59CCC
RGB
CMYK
RGB Variations
Color information
#B59CCC (or 0xB59CCC) is known color: Biloba Flower. HEX triplet: B5, 9C and CC. RGB value is (181,156,204). Sum of RGB (Red+Green+Blue) = 181+156+204=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #B59CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CCC is #4A6333. Grayscale: #A8A8A8. Windows color (decimal): -4875060 or 13409461. OLE color: 13409461.
HSL color Cylindrical-coordinate representation of color #B59CCC: hue angle of 271.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B59CCC is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 156 | 204 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.2 |
| HSL | 271.25º | 0.32% | 0.71% | - |
| HSV(B) | 271.25º | 0.24% | 0.8% | - |
| XYZ | 41.84 | 37.96 | 62.25 | - |
| YUV | 168.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 204 | 0.11 | 0.24 | 0 | 0.2 | 271.25 | 0.32 | 0.71 |
| Hex | B5 | 9C | CC | B | 18 | 0 | 14 | 10F | 20 | 47 |
| Octal | 265 | 234 | 314 | 13 | 30 | 0 | 24 | 417 | 40 | 107 |
| Binary | 10110101 | 10011100 | 11001100 | 1011 | 11000 | 0 | 10100 | 100001111 | 100000 | 1000111 |
Color Harmonies of #B59CCC
Complementary color
Monochromatic Colors of #B59CCC
Black with #B59CCC
Text Example
Text Example
White with #B59CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CCC; }
p { color: rgb(181,156,204); }
H1.HeaderClassName
{
color: #B59CCC;
}
.AnyTagClassName
{
color: #B59CCC;
}
</style>
background-color css
<style>
a { background-color: #B59CCC; }
a { background-color: rgb(181,156,204); }
div.DivClassName
{
background-color: #B59CCC;
}
.BgClassName
{
background-color: #B59CCC;
}
</style>
border-color css
<style>
span { border-color: #B59CCC; }
span { border-color: rgb(181,156,204); }
td.TdClassName
{
border-color: #B59CCC;
}
.TagClassName
{
border-color: #B59CCC;
}
</style>