Shades of Biloba Flower #B984DE
Tints of Biloba Flower #B984DE
RGB
CMYK
RGB Variations
Color information
#B984DE (or 0xB984DE) is known color: Biloba Flower. HEX triplet: B9, 84 and DE. RGB value is (185,132,222). Sum of RGB (Red+Green+Blue) = 185+132+222=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #B984DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984DE is #467B21. Grayscale: #9D9D9D. Windows color (decimal): -4619042 or 14582969. OLE color: 14582969.
HSL color Cylindrical-coordinate representation of color #B984DE: hue angle of 275.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B984DE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 132 | 222 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.13 |
| HSL | 275.33º | 0.58% | 0.69% | - |
| HSV(B) | 275.33º | 0.41% | 0.87% | - |
| XYZ | 41.44 | 32.09 | 73.12 | - |
| YUV | 158.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 222 | 0.17 | 0.41 | 0 | 0.13 | 275.33 | 0.58 | 0.69 |
| Hex | B9 | 84 | DE | 11 | 29 | 0 | D | 113 | 3A | 45 |
| Octal | 271 | 204 | 336 | 21 | 51 | 0 | 15 | 423 | 72 | 105 |
| Binary | 10111001 | 10000100 | 11011110 | 10001 | 101001 | 0 | 1101 | 100010011 | 111010 | 1000101 |
Color Harmonies of #B984DE
Complementary color
Monochromatic Colors of #B984DE
Black with #B984DE
Text Example
Text Example
White with #B984DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984DE; }
p { color: rgb(185,132,222); }
H1.HeaderClassName
{
color: #B984DE;
}
.AnyTagClassName
{
color: #B984DE;
}
</style>
background-color css
<style>
a { background-color: #B984DE; }
a { background-color: rgb(185,132,222); }
div.DivClassName
{
background-color: #B984DE;
}
.BgClassName
{
background-color: #B984DE;
}
</style>
border-color css
<style>
span { border-color: #B984DE; }
span { border-color: rgb(185,132,222); }
td.TdClassName
{
border-color: #B984DE;
}
.TagClassName
{
border-color: #B984DE;
}
</style>