Shades of Biloba Flower #B991DF
Tints of Biloba Flower #B991DF
RGB
CMYK
RGB Variations
Color information
#B991DF (or 0xB991DF) is known color: Biloba Flower. HEX triplet: B9, 91 and DF. RGB value is (185,145,223). Sum of RGB (Red+Green+Blue) = 185+145+223=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #B991DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991DF is #466E20. Grayscale: #A5A5A5. Windows color (decimal): -4615713 or 14651833. OLE color: 14651833.
HSL color Cylindrical-coordinate representation of color #B991DF: hue angle of 270.77º degrees, saturation: 0.55, 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 #B991DF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 145 | 223 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.13 |
| HSL | 270.77º | 0.55% | 0.72% | - |
| HSV(B) | 270.77º | 0.35% | 0.87% | - |
| XYZ | 43.45 | 35.89 | 74.45 | - |
| YUV | 165.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 223 | 0.17 | 0.35 | 0 | 0.13 | 270.77 | 0.55 | 0.72 |
| Hex | B9 | 91 | DF | 11 | 23 | 0 | D | 10F | 37 | 48 |
| Octal | 271 | 221 | 337 | 21 | 43 | 0 | 15 | 417 | 67 | 110 |
| Binary | 10111001 | 10010001 | 11011111 | 10001 | 100011 | 0 | 1101 | 100001111 | 110111 | 1001000 |
Color Harmonies of #B991DF
Complementary color
Monochromatic Colors of #B991DF
Black with #B991DF
Text Example
Text Example
White with #B991DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991DF; }
p { color: rgb(185,145,223); }
H1.HeaderClassName
{
color: #B991DF;
}
.AnyTagClassName
{
color: #B991DF;
}
</style>
background-color css
<style>
a { background-color: #B991DF; }
a { background-color: rgb(185,145,223); }
div.DivClassName
{
background-color: #B991DF;
}
.BgClassName
{
background-color: #B991DF;
}
</style>
border-color css
<style>
span { border-color: #B991DF; }
span { border-color: rgb(185,145,223); }
td.TdClassName
{
border-color: #B991DF;
}
.TagClassName
{
border-color: #B991DF;
}
</style>