Shades of Biloba Flower #B987DC
Tints of Biloba Flower #B987DC
RGB
CMYK
RGB Variations
Color information
#B987DC (or 0xB987DC) is known color: Biloba Flower. HEX triplet: B9, 87 and DC. RGB value is (185,135,220). Sum of RGB (Red+Green+Blue) = 185+135+220=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 135 (53.12% from 255 or 25% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #B987DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987DC is #467823. Grayscale: #9F9F9F. Windows color (decimal): -4618276 or 14452665. OLE color: 14452665.
HSL color Cylindrical-coordinate representation of color #B987DC: hue angle of 275.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B987DC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 135 | 220 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.14 |
| HSL | 275.29º | 0.55% | 0.7% | - |
| HSV(B) | 275.29º | 0.39% | 0.86% | - |
| XYZ | 41.59 | 32.81 | 71.85 | - |
| YUV | 159.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 220 | 0.16 | 0.39 | 0 | 0.14 | 275.29 | 0.55 | 0.7 |
| Hex | B9 | 87 | DC | 10 | 27 | 0 | E | 113 | 37 | 46 |
| Octal | 271 | 207 | 334 | 20 | 47 | 0 | 16 | 423 | 67 | 106 |
| Binary | 10111001 | 10000111 | 11011100 | 10000 | 100111 | 0 | 1110 | 100010011 | 110111 | 1000110 |
Color Harmonies of #B987DC
Complementary color
Monochromatic Colors of #B987DC
Black with #B987DC
Text Example
Text Example
White with #B987DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987DC; }
p { color: rgb(185,135,220); }
H1.HeaderClassName
{
color: #B987DC;
}
.AnyTagClassName
{
color: #B987DC;
}
</style>
background-color css
<style>
a { background-color: #B987DC; }
a { background-color: rgb(185,135,220); }
div.DivClassName
{
background-color: #B987DC;
}
.BgClassName
{
background-color: #B987DC;
}
</style>
border-color css
<style>
span { border-color: #B987DC; }
span { border-color: rgb(185,135,220); }
td.TdClassName
{
border-color: #B987DC;
}
.TagClassName
{
border-color: #B987DC;
}
</style>