Shades of Biloba Flower #B990E8
Tints of Biloba Flower #B990E8
RGB
CMYK
RGB Variations
Color information
#B990E8 (or 0xB990E8) is known color: Biloba Flower. HEX triplet: B9, 90 and E8. RGB value is (185,144,232). Sum of RGB (Red+Green+Blue) = 185+144+232=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #B990E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990E8 is #466F17. Grayscale: #A5A5A5. Windows color (decimal): -4615960 or 15241401. OLE color: 15241401.
HSL color Cylindrical-coordinate representation of color #B990E8: hue angle of 267.95º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B990E8 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 144 | 232 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.09 |
| HSL | 267.95º | 0.66% | 0.74% | - |
| HSV(B) | 267.95º | 0.38% | 0.91% | - |
| XYZ | 44.55 | 36.09 | 80.96 | - |
| YUV | 166.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 232 | 0.20 | 0.38 | 0 | 0.09 | 267.95 | 0.66 | 0.74 |
| Hex | B9 | 90 | E8 | 14 | 26 | 0 | 9 | 10C | 42 | 4A |
| Octal | 271 | 220 | 350 | 24 | 46 | 0 | 11 | 414 | 102 | 112 |
| Binary | 10111001 | 10010000 | 11101000 | 10100 | 100110 | 0 | 1001 | 100001100 | 1000010 | 1001010 |
Color Harmonies of #B990E8
Complementary color
Monochromatic Colors of #B990E8
Black with #B990E8
Text Example
Text Example
White with #B990E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990E8; }
p { color: rgb(185,144,232); }
H1.HeaderClassName
{
color: #B990E8;
}
.AnyTagClassName
{
color: #B990E8;
}
</style>
background-color css
<style>
a { background-color: #B990E8; }
a { background-color: rgb(185,144,232); }
div.DivClassName
{
background-color: #B990E8;
}
.BgClassName
{
background-color: #B990E8;
}
</style>
border-color css
<style>
span { border-color: #B990E8; }
span { border-color: rgb(185,144,232); }
td.TdClassName
{
border-color: #B990E8;
}
.TagClassName
{
border-color: #B990E8;
}
</style>