Shades of Biloba Flower #B987EF
Tints of Biloba Flower #B987EF
RGB
CMYK
RGB Variations
Color information
#B987EF (or 0xB987EF) is known color: Biloba Flower. HEX triplet: B9, 87 and EF. RGB value is (185,135,239). Sum of RGB (Red+Green+Blue) = 185+135+239=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #B987EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B987EF is #467810. Grayscale: #A1A1A1. Windows color (decimal): -4618257 or 15697849. OLE color: 15697849.
HSL color Cylindrical-coordinate representation of color #B987EF: hue angle of 268.85º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B987EF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 135 | 239 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.06 |
| HSL | 268.85º | 0.76% | 0.73% | - |
| HSV(B) | 268.85º | 0.44% | 0.94% | - |
| XYZ | 44.25 | 33.87 | 85.87 | - |
| YUV | 161.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 239 | 0.23 | 0.44 | 0 | 0.06 | 268.85 | 0.76 | 0.73 |
| Hex | B9 | 87 | EF | 17 | 2C | 0 | 6 | 10D | 4C | 49 |
| Octal | 271 | 207 | 357 | 27 | 54 | 0 | 6 | 415 | 114 | 111 |
| Binary | 10111001 | 10000111 | 11101111 | 10111 | 101100 | 0 | 110 | 100001101 | 1001100 | 1001001 |
Color Harmonies of #B987EF
Complementary color
Monochromatic Colors of #B987EF
Black with #B987EF
Text Example
Text Example
White with #B987EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987EF; }
p { color: rgb(185,135,239); }
H1.HeaderClassName
{
color: #B987EF;
}
.AnyTagClassName
{
color: #B987EF;
}
</style>
background-color css
<style>
a { background-color: #B987EF; }
a { background-color: rgb(185,135,239); }
div.DivClassName
{
background-color: #B987EF;
}
.BgClassName
{
background-color: #B987EF;
}
</style>
border-color css
<style>
span { border-color: #B987EF; }
span { border-color: rgb(185,135,239); }
td.TdClassName
{
border-color: #B987EF;
}
.TagClassName
{
border-color: #B987EF;
}
</style>