Shades of Biloba Flower #B996E1
Tints of Biloba Flower #B996E1
RGB
CMYK
RGB Variations
Color information
#B996E1 (or 0xB996E1) is known color: Biloba Flower. HEX triplet: B9, 96 and E1. RGB value is (185,150,225). Sum of RGB (Red+Green+Blue) = 185+150+225=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #B996E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996E1 is #46691E. Grayscale: #A8A8A8. Windows color (decimal): -4614431 or 14784185. OLE color: 14784185.
HSL color Cylindrical-coordinate representation of color #B996E1: hue angle of 268º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B996E1 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 150 | 225 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.12 |
| HSL | 268º | 0.56% | 0.74% | - |
| HSV(B) | 268º | 0.33% | 0.88% | - |
| XYZ | 44.5 | 37.56 | 76.14 | - |
| YUV | 169.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 225 | 0.18 | 0.33 | 0 | 0.12 | 268 | 0.56 | 0.74 |
| Hex | B9 | 96 | E1 | 12 | 21 | 0 | C | 10C | 38 | 4A |
| Octal | 271 | 226 | 341 | 22 | 41 | 0 | 14 | 414 | 70 | 112 |
| Binary | 10111001 | 10010110 | 11100001 | 10010 | 100001 | 0 | 1100 | 100001100 | 111000 | 1001010 |
Color Harmonies of #B996E1
Complementary color
Monochromatic Colors of #B996E1
Black with #B996E1
Text Example
Text Example
White with #B996E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B996E1; }
p { color: rgb(185,150,225); }
H1.HeaderClassName
{
color: #B996E1;
}
.AnyTagClassName
{
color: #B996E1;
}
</style>
background-color css
<style>
a { background-color: #B996E1; }
a { background-color: rgb(185,150,225); }
div.DivClassName
{
background-color: #B996E1;
}
.BgClassName
{
background-color: #B996E1;
}
</style>
border-color css
<style>
span { border-color: #B996E1; }
span { border-color: rgb(185,150,225); }
td.TdClassName
{
border-color: #B996E1;
}
.TagClassName
{
border-color: #B996E1;
}
</style>