Shades of Biloba Flower #B990E5
Tints of Biloba Flower #B990E5
RGB
CMYK
RGB Variations
Color information
#B990E5 (or 0xB990E5) is known color: Biloba Flower. HEX triplet: B9, 90 and E5. RGB value is (185,144,229). Sum of RGB (Red+Green+Blue) = 185+144+229=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #B990E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990E5 is #466F1A. Grayscale: #A5A5A5. Windows color (decimal): -4615963 or 15044793. OLE color: 15044793.
HSL color Cylindrical-coordinate representation of color #B990E5: hue angle of 268.94º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B990E5 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 144 | 229 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.10 |
| HSL | 268.94º | 0.62% | 0.73% | - |
| HSV(B) | 268.94º | 0.37% | 0.9% | - |
| XYZ | 44.12 | 35.92 | 78.74 | - |
| YUV | 165.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 229 | 0.19 | 0.37 | 0 | 0.10 | 268.94 | 0.62 | 0.73 |
| Hex | B9 | 90 | E5 | 13 | 25 | 0 | A | 10D | 3E | 49 |
| Octal | 271 | 220 | 345 | 23 | 45 | 0 | 12 | 415 | 76 | 111 |
| Binary | 10111001 | 10010000 | 11100101 | 10011 | 100101 | 0 | 1010 | 100001101 | 111110 | 1001001 |
Color Harmonies of #B990E5
Complementary color
Monochromatic Colors of #B990E5
Black with #B990E5
Text Example
Text Example
White with #B990E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990E5; }
p { color: rgb(185,144,229); }
H1.HeaderClassName
{
color: #B990E5;
}
.AnyTagClassName
{
color: #B990E5;
}
</style>
background-color css
<style>
a { background-color: #B990E5; }
a { background-color: rgb(185,144,229); }
div.DivClassName
{
background-color: #B990E5;
}
.BgClassName
{
background-color: #B990E5;
}
</style>
border-color css
<style>
span { border-color: #B990E5; }
span { border-color: rgb(185,144,229); }
td.TdClassName
{
border-color: #B990E5;
}
.TagClassName
{
border-color: #B990E5;
}
</style>