Shades of Biloba Flower #B991E0
Tints of Biloba Flower #B991E0
RGB
CMYK
RGB Variations
Color information
#B991E0 (or 0xB991E0) is known color: Biloba Flower. HEX triplet: B9, 91 and E0. RGB value is (185,145,224). Sum of RGB (Red+Green+Blue) = 185+145+224=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #B991E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991E0 is #466E1F. Grayscale: #A5A5A5. Windows color (decimal): -4615712 or 14717369. OLE color: 14717369.
HSL color Cylindrical-coordinate representation of color #B991E0: hue angle of 270.38º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B991E0 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 145 | 224 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.12 |
| HSL | 270.38º | 0.56% | 0.72% | - |
| HSV(B) | 270.38º | 0.35% | 0.88% | - |
| XYZ | 43.59 | 35.95 | 75.16 | - |
| YUV | 165.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 224 | 0.17 | 0.35 | 0 | 0.12 | 270.38 | 0.56 | 0.72 |
| Hex | B9 | 91 | E0 | 11 | 23 | 0 | C | 10E | 38 | 48 |
| Octal | 271 | 221 | 340 | 21 | 43 | 0 | 14 | 416 | 70 | 110 |
| Binary | 10111001 | 10010001 | 11100000 | 10001 | 100011 | 0 | 1100 | 100001110 | 111000 | 1001000 |
Color Harmonies of #B991E0
Complementary color
Monochromatic Colors of #B991E0
Black with #B991E0
Text Example
Text Example
White with #B991E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991E0; }
p { color: rgb(185,145,224); }
H1.HeaderClassName
{
color: #B991E0;
}
.AnyTagClassName
{
color: #B991E0;
}
</style>
background-color css
<style>
a { background-color: #B991E0; }
a { background-color: rgb(185,145,224); }
div.DivClassName
{
background-color: #B991E0;
}
.BgClassName
{
background-color: #B991E0;
}
</style>
border-color css
<style>
span { border-color: #B991E0; }
span { border-color: rgb(185,145,224); }
td.TdClassName
{
border-color: #B991E0;
}
.TagClassName
{
border-color: #B991E0;
}
</style>