Shades of Biloba Flower #B987DD
Tints of Biloba Flower #B987DD
RGB
CMYK
RGB Variations
Color information
#B987DD (or 0xB987DD) is known color: Biloba Flower. HEX triplet: B9, 87 and DD. RGB value is (185,135,221). Sum of RGB (Red+Green+Blue) = 185+135+221=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B987DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987DD is #467822. Grayscale: #9F9F9F. Windows color (decimal): -4618275 or 14518201. OLE color: 14518201.
HSL color Cylindrical-coordinate representation of color #B987DD: hue angle of 274.88º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B987DD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 135 | 221 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.13 |
| HSL | 274.88º | 0.56% | 0.7% | - |
| HSV(B) | 274.88º | 0.39% | 0.87% | - |
| XYZ | 41.72 | 32.86 | 72.55 | - |
| YUV | 159.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 221 | 0.16 | 0.39 | 0 | 0.13 | 274.88 | 0.56 | 0.7 |
| Hex | B9 | 87 | DD | 10 | 27 | 0 | D | 113 | 38 | 46 |
| Octal | 271 | 207 | 335 | 20 | 47 | 0 | 15 | 423 | 70 | 106 |
| Binary | 10111001 | 10000111 | 11011101 | 10000 | 100111 | 0 | 1101 | 100010011 | 111000 | 1000110 |
Color Harmonies of #B987DD
Complementary color
Monochromatic Colors of #B987DD
Black with #B987DD
Text Example
Text Example
White with #B987DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987DD; }
p { color: rgb(185,135,221); }
H1.HeaderClassName
{
color: #B987DD;
}
.AnyTagClassName
{
color: #B987DD;
}
</style>
background-color css
<style>
a { background-color: #B987DD; }
a { background-color: rgb(185,135,221); }
div.DivClassName
{
background-color: #B987DD;
}
.BgClassName
{
background-color: #B987DD;
}
</style>
border-color css
<style>
span { border-color: #B987DD; }
span { border-color: rgb(185,135,221); }
td.TdClassName
{
border-color: #B987DD;
}
.TagClassName
{
border-color: #B987DD;
}
</style>