Shades of Biloba Flower #B990E0
Tints of Biloba Flower #B990E0
RGB
CMYK
RGB Variations
Color information
#B990E0 (or 0xB990E0) is known color: Biloba Flower. HEX triplet: B9, 90 and E0. RGB value is (185,144,224). Sum of RGB (Red+Green+Blue) = 185+144+224=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #B990E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990E0 is #466F1F. Grayscale: #A5A5A5. Windows color (decimal): -4615968 or 14717113. OLE color: 14717113.
HSL color Cylindrical-coordinate representation of color #B990E0: hue angle of 270.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B990E0 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 144 | 224 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.12 |
| HSL | 270.75º | 0.56% | 0.72% | - |
| HSV(B) | 270.75º | 0.36% | 0.88% | - |
| XYZ | 43.44 | 35.64 | 75.11 | - |
| YUV | 165.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 224 | 0.17 | 0.36 | 0 | 0.12 | 270.75 | 0.56 | 0.72 |
| Hex | B9 | 90 | E0 | 11 | 24 | 0 | C | 10F | 38 | 48 |
| Octal | 271 | 220 | 340 | 21 | 44 | 0 | 14 | 417 | 70 | 110 |
| Binary | 10111001 | 10010000 | 11100000 | 10001 | 100100 | 0 | 1100 | 100001111 | 111000 | 1001000 |
Color Harmonies of #B990E0
Complementary color
Monochromatic Colors of #B990E0
Black with #B990E0
Text Example
Text Example
White with #B990E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990E0; }
p { color: rgb(185,144,224); }
H1.HeaderClassName
{
color: #B990E0;
}
.AnyTagClassName
{
color: #B990E0;
}
</style>
background-color css
<style>
a { background-color: #B990E0; }
a { background-color: rgb(185,144,224); }
div.DivClassName
{
background-color: #B990E0;
}
.BgClassName
{
background-color: #B990E0;
}
</style>
border-color css
<style>
span { border-color: #B990E0; }
span { border-color: rgb(185,144,224); }
td.TdClassName
{
border-color: #B990E0;
}
.TagClassName
{
border-color: #B990E0;
}
</style>