Shades of Biloba Flower #B996DB
Tints of Biloba Flower #B996DB
RGB
CMYK
RGB Variations
Color information
#B996DB (or 0xB996DB) is known color: Biloba Flower. HEX triplet: B9, 96 and DB. RGB value is (185,150,219). Sum of RGB (Red+Green+Blue) = 185+150+219=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #B996DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996DB is #466924. Grayscale: #A8A8A8. Windows color (decimal): -4614437 or 14390969. OLE color: 14390969.
HSL color Cylindrical-coordinate representation of color #B996DB: hue angle of 270.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B996DB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 150 | 219 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.14 |
| HSL | 270.43º | 0.49% | 0.72% | - |
| HSV(B) | 270.43º | 0.32% | 0.86% | - |
| XYZ | 43.7 | 37.24 | 71.9 | - |
| YUV | 168.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 219 | 0.16 | 0.32 | 0 | 0.14 | 270.43 | 0.49 | 0.72 |
| Hex | B9 | 96 | DB | 10 | 20 | 0 | E | 10E | 31 | 48 |
| Octal | 271 | 226 | 333 | 20 | 40 | 0 | 16 | 416 | 61 | 110 |
| Binary | 10111001 | 10010110 | 11011011 | 10000 | 100000 | 0 | 1110 | 100001110 | 110001 | 1001000 |
Color Harmonies of #B996DB
Complementary color
Monochromatic Colors of #B996DB
Black with #B996DB
Text Example
Text Example
White with #B996DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996DB; }
p { color: rgb(185,150,219); }
H1.HeaderClassName
{
color: #B996DB;
}
.AnyTagClassName
{
color: #B996DB;
}
</style>
background-color css
<style>
a { background-color: #B996DB; }
a { background-color: rgb(185,150,219); }
div.DivClassName
{
background-color: #B996DB;
}
.BgClassName
{
background-color: #B996DB;
}
</style>
border-color css
<style>
span { border-color: #B996DB; }
span { border-color: rgb(185,150,219); }
td.TdClassName
{
border-color: #B996DB;
}
.TagClassName
{
border-color: #B996DB;
}
</style>