Shades of Biloba Flower #B59BDC
Tints of Biloba Flower #B59BDC
RGB
CMYK
RGB Variations
Color information
#B59BDC (or 0xB59BDC) is known color: Biloba Flower. HEX triplet: B5, 9B and DC. RGB value is (181,155,220). Sum of RGB (Red+Green+Blue) = 181+155+220=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B59BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BDC is #4A6423. Grayscale: #A9A9A9. Windows color (decimal): -4875300 or 14457781. OLE color: 14457781.
HSL color Cylindrical-coordinate representation of color #B59BDC: hue angle of 264º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59BDC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 155 | 220 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.14 |
| HSL | 264º | 0.48% | 0.74% | - |
| HSV(B) | 264º | 0.3% | 0.86% | - |
| XYZ | 43.7 | 38.43 | 72.83 | - |
| YUV | 170.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 220 | 0.18 | 0.30 | 0 | 0.14 | 264 | 0.48 | 0.74 |
| Hex | B5 | 9B | DC | 12 | 1E | 0 | E | 108 | 30 | 4A |
| Octal | 265 | 233 | 334 | 22 | 36 | 0 | 16 | 410 | 60 | 112 |
| Binary | 10110101 | 10011011 | 11011100 | 10010 | 11110 | 0 | 1110 | 100001000 | 110000 | 1001010 |
Color Harmonies of #B59BDC
Complementary color
Monochromatic Colors of #B59BDC
Black with #B59BDC
Text Example
Text Example
White with #B59BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59BDC; }
p { color: rgb(181,155,220); }
H1.HeaderClassName
{
color: #B59BDC;
}
.AnyTagClassName
{
color: #B59BDC;
}
</style>
background-color css
<style>
a { background-color: #B59BDC; }
a { background-color: rgb(181,155,220); }
div.DivClassName
{
background-color: #B59BDC;
}
.BgClassName
{
background-color: #B59BDC;
}
</style>
border-color css
<style>
span { border-color: #B59BDC; }
span { border-color: rgb(181,155,220); }
td.TdClassName
{
border-color: #B59BDC;
}
.TagClassName
{
border-color: #B59BDC;
}
</style>