Shades of Biloba Flower #B990DC
Tints of Biloba Flower #B990DC
RGB
CMYK
RGB Variations
Color information
#B990DC (or 0xB990DC) is known color: Biloba Flower. HEX triplet: B9, 90 and DC. RGB value is (185,144,220). Sum of RGB (Red+Green+Blue) = 185+144+220=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B990DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990DC is #466F23. Grayscale: #A4A4A4. Windows color (decimal): -4615972 or 14454969. OLE color: 14454969.
HSL color Cylindrical-coordinate representation of color #B990DC: hue angle of 272.37º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B990DC is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 144 | 220 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.14 |
| HSL | 272.37º | 0.52% | 0.71% | - |
| HSV(B) | 272.37º | 0.35% | 0.86% | - |
| XYZ | 42.9 | 35.43 | 72.29 | - |
| YUV | 164.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 220 | 0.16 | 0.35 | 0 | 0.14 | 272.37 | 0.52 | 0.71 |
| Hex | B9 | 90 | DC | 10 | 23 | 0 | E | 110 | 34 | 47 |
| Octal | 271 | 220 | 334 | 20 | 43 | 0 | 16 | 420 | 64 | 107 |
| Binary | 10111001 | 10010000 | 11011100 | 10000 | 100011 | 0 | 1110 | 100010000 | 110100 | 1000111 |
Color Harmonies of #B990DC
Complementary color
Monochromatic Colors of #B990DC
Black with #B990DC
Text Example
Text Example
White with #B990DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990DC; }
p { color: rgb(185,144,220); }
H1.HeaderClassName
{
color: #B990DC;
}
.AnyTagClassName
{
color: #B990DC;
}
</style>
background-color css
<style>
a { background-color: #B990DC; }
a { background-color: rgb(185,144,220); }
div.DivClassName
{
background-color: #B990DC;
}
.BgClassName
{
background-color: #B990DC;
}
</style>
border-color css
<style>
span { border-color: #B990DC; }
span { border-color: rgb(185,144,220); }
td.TdClassName
{
border-color: #B990DC;
}
.TagClassName
{
border-color: #B990DC;
}
</style>