Shades of Biloba Flower #B990DD
Tints of Biloba Flower #B990DD
RGB
CMYK
RGB Variations
Color information
#B990DD (or 0xB990DD) is known color: Biloba Flower. HEX triplet: B9, 90 and DD. RGB value is (185,144,221). Sum of RGB (Red+Green+Blue) = 185+144+221=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #B990DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990DD is #466F22. Grayscale: #A4A4A4. Windows color (decimal): -4615971 or 14520505. OLE color: 14520505.
HSL color Cylindrical-coordinate representation of color #B990DD: hue angle of 271.95º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B990DD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 144 | 221 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.13 |
| HSL | 271.95º | 0.53% | 0.72% | - |
| HSV(B) | 271.95º | 0.35% | 0.87% | - |
| XYZ | 43.03 | 35.48 | 72.99 | - |
| YUV | 165.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 221 | 0.16 | 0.35 | 0 | 0.13 | 271.95 | 0.53 | 0.72 |
| Hex | B9 | 90 | DD | 10 | 23 | 0 | D | 110 | 35 | 48 |
| Octal | 271 | 220 | 335 | 20 | 43 | 0 | 15 | 420 | 65 | 110 |
| Binary | 10111001 | 10010000 | 11011101 | 10000 | 100011 | 0 | 1101 | 100010000 | 110101 | 1001000 |
Color Harmonies of #B990DD
Complementary color
Monochromatic Colors of #B990DD
Black with #B990DD
Text Example
Text Example
White with #B990DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990DD; }
p { color: rgb(185,144,221); }
H1.HeaderClassName
{
color: #B990DD;
}
.AnyTagClassName
{
color: #B990DD;
}
</style>
background-color css
<style>
a { background-color: #B990DD; }
a { background-color: rgb(185,144,221); }
div.DivClassName
{
background-color: #B990DD;
}
.BgClassName
{
background-color: #B990DD;
}
</style>
border-color css
<style>
span { border-color: #B990DD; }
span { border-color: rgb(185,144,221); }
td.TdClassName
{
border-color: #B990DD;
}
.TagClassName
{
border-color: #B990DD;
}
</style>