Shades of Biloba Flower #B599DB
Tints of Biloba Flower #B599DB
RGB
CMYK
RGB Variations
Color information
#B599DB (or 0xB599DB) is known color: Biloba Flower. HEX triplet: B5, 99 and DB. RGB value is (181,153,219). Sum of RGB (Red+Green+Blue) = 181+153+219=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #B599DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599DB is #4A6624. Grayscale: #A8A8A8. Windows color (decimal): -4875813 or 14391733. OLE color: 14391733.
HSL color Cylindrical-coordinate representation of color #B599DB: hue angle of 265.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B599DB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 153 | 219 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.14 |
| HSL | 265.45º | 0.48% | 0.73% | - |
| HSV(B) | 265.45º | 0.3% | 0.86% | - |
| XYZ | 43.23 | 37.72 | 72.02 | - |
| YUV | 168.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 219 | 0.17 | 0.30 | 0 | 0.14 | 265.45 | 0.48 | 0.73 |
| Hex | B5 | 99 | DB | 11 | 1E | 0 | E | 109 | 30 | 49 |
| Octal | 265 | 231 | 333 | 21 | 36 | 0 | 16 | 411 | 60 | 111 |
| Binary | 10110101 | 10011001 | 11011011 | 10001 | 11110 | 0 | 1110 | 100001001 | 110000 | 1001001 |
Color Harmonies of #B599DB
Complementary color
Monochromatic Colors of #B599DB
Black with #B599DB
Text Example
Text Example
White with #B599DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599DB; }
p { color: rgb(181,153,219); }
H1.HeaderClassName
{
color: #B599DB;
}
.AnyTagClassName
{
color: #B599DB;
}
</style>
background-color css
<style>
a { background-color: #B599DB; }
a { background-color: rgb(181,153,219); }
div.DivClassName
{
background-color: #B599DB;
}
.BgClassName
{
background-color: #B599DB;
}
</style>
border-color css
<style>
span { border-color: #B599DB; }
span { border-color: rgb(181,153,219); }
td.TdClassName
{
border-color: #B599DB;
}
.TagClassName
{
border-color: #B599DB;
}
</style>