Shades of Biloba Flower #B990F1
Tints of Biloba Flower #B990F1
RGB
CMYK
RGB Variations
Color information
#B990F1 (or 0xB990F1) is known color: Biloba Flower. HEX triplet: B9, 90 and F1. RGB value is (185,144,241). Sum of RGB (Red+Green+Blue) = 185+144+241=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #B990F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990F1 is #466F0E. Grayscale: #A6A6A6. Windows color (decimal): -4615951 or 15831225. OLE color: 15831225.
HSL color Cylindrical-coordinate representation of color #B990F1: hue angle of 265.36º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B990F1 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 144 | 241 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.05 |
| HSL | 265.36º | 0.78% | 0.75% | - |
| HSV(B) | 265.36º | 0.4% | 0.95% | - |
| XYZ | 45.86 | 36.61 | 87.87 | - |
| YUV | 167.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 241 | 0.23 | 0.40 | 0 | 0.05 | 265.36 | 0.78 | 0.75 |
| Hex | B9 | 90 | F1 | 17 | 28 | 0 | 5 | 109 | 4E | 4B |
| Octal | 271 | 220 | 361 | 27 | 50 | 0 | 5 | 411 | 116 | 113 |
| Binary | 10111001 | 10010000 | 11110001 | 10111 | 101000 | 0 | 101 | 100001001 | 1001110 | 1001011 |
Color Harmonies of #B990F1
Complementary color
Monochromatic Colors of #B990F1
Black with #B990F1
Text Example
Text Example
White with #B990F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990F1; }
p { color: rgb(185,144,241); }
H1.HeaderClassName
{
color: #B990F1;
}
.AnyTagClassName
{
color: #B990F1;
}
</style>
background-color css
<style>
a { background-color: #B990F1; }
a { background-color: rgb(185,144,241); }
div.DivClassName
{
background-color: #B990F1;
}
.BgClassName
{
background-color: #B990F1;
}
</style>
border-color css
<style>
span { border-color: #B990F1; }
span { border-color: rgb(185,144,241); }
td.TdClassName
{
border-color: #B990F1;
}
.TagClassName
{
border-color: #B990F1;
}
</style>