Shades of Biloba Flower #B990D7
Tints of Biloba Flower #B990D7
RGB
CMYK
RGB Variations
Color information
#B990D7 (or 0xB990D7) is known color: Biloba Flower. HEX triplet: B9, 90 and D7. RGB value is (185,144,215). Sum of RGB (Red+Green+Blue) = 185+144+215=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #B990D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990D7 is #466F28. Grayscale: #A4A4A4. Windows color (decimal): -4615977 or 14127289. OLE color: 14127289.
HSL color Cylindrical-coordinate representation of color #B990D7: hue angle of 274.65º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B990D7 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 144 | 215 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.16 |
| HSL | 274.65º | 0.47% | 0.7% | - |
| HSV(B) | 274.65º | 0.33% | 0.84% | - |
| XYZ | 42.25 | 35.17 | 68.85 | - |
| YUV | 164.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 215 | 0.14 | 0.33 | 0 | 0.16 | 274.65 | 0.47 | 0.7 |
| Hex | B9 | 90 | D7 | E | 21 | 0 | 10 | 113 | 2F | 46 |
| Octal | 271 | 220 | 327 | 16 | 41 | 0 | 20 | 423 | 57 | 106 |
| Binary | 10111001 | 10010000 | 11010111 | 1110 | 100001 | 0 | 10000 | 100010011 | 101111 | 1000110 |
Color Harmonies of #B990D7
Complementary color
Monochromatic Colors of #B990D7
Black with #B990D7
Text Example
Text Example
White with #B990D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990D7; }
p { color: rgb(185,144,215); }
H1.HeaderClassName
{
color: #B990D7;
}
.AnyTagClassName
{
color: #B990D7;
}
</style>
background-color css
<style>
a { background-color: #B990D7; }
a { background-color: rgb(185,144,215); }
div.DivClassName
{
background-color: #B990D7;
}
.BgClassName
{
background-color: #B990D7;
}
</style>
border-color css
<style>
span { border-color: #B990D7; }
span { border-color: rgb(185,144,215); }
td.TdClassName
{
border-color: #B990D7;
}
.TagClassName
{
border-color: #B990D7;
}
</style>