Shades of Biloba Flower #B991DE
Tints of Biloba Flower #B991DE
RGB
CMYK
RGB Variations
Color information
#B991DE (or 0xB991DE) is known color: Biloba Flower. HEX triplet: B9, 91 and DE. RGB value is (185,145,222). Sum of RGB (Red+Green+Blue) = 185+145+222=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #B991DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991DE is #466E21. Grayscale: #A5A5A5. Windows color (decimal): -4615714 or 14586297. OLE color: 14586297.
HSL color Cylindrical-coordinate representation of color #B991DE: hue angle of 271.17º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B991DE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 145 | 222 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.13 |
| HSL | 271.17º | 0.54% | 0.72% | - |
| HSV(B) | 271.17º | 0.35% | 0.87% | - |
| XYZ | 43.32 | 35.84 | 73.74 | - |
| YUV | 165.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 222 | 0.17 | 0.35 | 0 | 0.13 | 271.17 | 0.54 | 0.72 |
| Hex | B9 | 91 | DE | 11 | 23 | 0 | D | 10F | 36 | 48 |
| Octal | 271 | 221 | 336 | 21 | 43 | 0 | 15 | 417 | 66 | 110 |
| Binary | 10111001 | 10010001 | 11011110 | 10001 | 100011 | 0 | 1101 | 100001111 | 110110 | 1001000 |
Color Harmonies of #B991DE
Complementary color
Monochromatic Colors of #B991DE
Black with #B991DE
Text Example
Text Example
White with #B991DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991DE; }
p { color: rgb(185,145,222); }
H1.HeaderClassName
{
color: #B991DE;
}
.AnyTagClassName
{
color: #B991DE;
}
</style>
background-color css
<style>
a { background-color: #B991DE; }
a { background-color: rgb(185,145,222); }
div.DivClassName
{
background-color: #B991DE;
}
.BgClassName
{
background-color: #B991DE;
}
</style>
border-color css
<style>
span { border-color: #B991DE; }
span { border-color: rgb(185,145,222); }
td.TdClassName
{
border-color: #B991DE;
}
.TagClassName
{
border-color: #B991DE;
}
</style>