Shades of Biloba Flower #B992DC
Tints of Biloba Flower #B992DC
RGB
CMYK
RGB Variations
Color information
#B992DC (or 0xB992DC) is known color: Biloba Flower. HEX triplet: B9, 92 and DC. RGB value is (185,146,220). Sum of RGB (Red+Green+Blue) = 185+146+220=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B992DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992DC is #466D23. Grayscale: #A5A5A5. Windows color (decimal): -4615460 or 14455481. OLE color: 14455481.
HSL color Cylindrical-coordinate representation of color #B992DC: hue angle of 271.62º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B992DC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 146 | 220 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.14 |
| HSL | 271.62º | 0.51% | 0.72% | - |
| HSV(B) | 271.62º | 0.34% | 0.86% | - |
| XYZ | 43.2 | 36.04 | 72.39 | - |
| YUV | 166.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 220 | 0.16 | 0.34 | 0 | 0.14 | 271.62 | 0.51 | 0.72 |
| Hex | B9 | 92 | DC | 10 | 22 | 0 | E | 110 | 33 | 48 |
| Octal | 271 | 222 | 334 | 20 | 42 | 0 | 16 | 420 | 63 | 110 |
| Binary | 10111001 | 10010010 | 11011100 | 10000 | 100010 | 0 | 1110 | 100010000 | 110011 | 1001000 |
Color Harmonies of #B992DC
Complementary color
Monochromatic Colors of #B992DC
Black with #B992DC
Text Example
Text Example
White with #B992DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992DC; }
p { color: rgb(185,146,220); }
H1.HeaderClassName
{
color: #B992DC;
}
.AnyTagClassName
{
color: #B992DC;
}
</style>
background-color css
<style>
a { background-color: #B992DC; }
a { background-color: rgb(185,146,220); }
div.DivClassName
{
background-color: #B992DC;
}
.BgClassName
{
background-color: #B992DC;
}
</style>
border-color css
<style>
span { border-color: #B992DC; }
span { border-color: rgb(185,146,220); }
td.TdClassName
{
border-color: #B992DC;
}
.TagClassName
{
border-color: #B992DC;
}
</style>