Shades of Biloba Flower #B984DB
Tints of Biloba Flower #B984DB
RGB
CMYK
RGB Variations
Color information
#B984DB (or 0xB984DB) is known color: Biloba Flower. HEX triplet: B9, 84 and DB. RGB value is (185,132,219). Sum of RGB (Red+Green+Blue) = 185+132+219=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B984DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984DB is #467B24. Grayscale: #9D9D9D. Windows color (decimal): -4619045 or 14386361. OLE color: 14386361.
HSL color Cylindrical-coordinate representation of color #B984DB: hue angle of 276.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B984DB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 132 | 219 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.14 |
| HSL | 276.55º | 0.55% | 0.69% | - |
| HSV(B) | 276.55º | 0.4% | 0.86% | - |
| XYZ | 41.05 | 31.93 | 71.02 | - |
| YUV | 157.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 219 | 0.16 | 0.40 | 0 | 0.14 | 276.55 | 0.55 | 0.69 |
| Hex | B9 | 84 | DB | 10 | 28 | 0 | E | 115 | 37 | 45 |
| Octal | 271 | 204 | 333 | 20 | 50 | 0 | 16 | 425 | 67 | 105 |
| Binary | 10111001 | 10000100 | 11011011 | 10000 | 101000 | 0 | 1110 | 100010101 | 110111 | 1000101 |
Color Harmonies of #B984DB
Complementary color
Monochromatic Colors of #B984DB
Black with #B984DB
Text Example
Text Example
White with #B984DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984DB; }
p { color: rgb(185,132,219); }
H1.HeaderClassName
{
color: #B984DB;
}
.AnyTagClassName
{
color: #B984DB;
}
</style>
background-color css
<style>
a { background-color: #B984DB; }
a { background-color: rgb(185,132,219); }
div.DivClassName
{
background-color: #B984DB;
}
.BgClassName
{
background-color: #B984DB;
}
</style>
border-color css
<style>
span { border-color: #B984DB; }
span { border-color: rgb(185,132,219); }
td.TdClassName
{
border-color: #B984DB;
}
.TagClassName
{
border-color: #B984DB;
}
</style>