Shades of Biloba Flower #B987F0
Tints of Biloba Flower #B987F0
RGB
CMYK
RGB Variations
Color information
#B987F0 (or 0xB987F0) is known color: Biloba Flower. HEX triplet: B9, 87 and F0. RGB value is (185,135,240). Sum of RGB (Red+Green+Blue) = 185+135+240=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #B987F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B987F0 is #46780F. Grayscale: #A1A1A1. Windows color (decimal): -4618256 or 15763385. OLE color: 15763385.
HSL color Cylindrical-coordinate representation of color #B987F0: hue angle of 268.57º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B987F0 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 135 | 240 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.06 |
| HSL | 268.57º | 0.78% | 0.74% | - |
| HSV(B) | 268.57º | 0.44% | 0.94% | - |
| XYZ | 44.4 | 33.93 | 86.65 | - |
| YUV | 161.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 240 | 0.23 | 0.44 | 0 | 0.06 | 268.57 | 0.78 | 0.74 |
| Hex | B9 | 87 | F0 | 17 | 2C | 0 | 6 | 10D | 4E | 4A |
| Octal | 271 | 207 | 360 | 27 | 54 | 0 | 6 | 415 | 116 | 112 |
| Binary | 10111001 | 10000111 | 11110000 | 10111 | 101100 | 0 | 110 | 100001101 | 1001110 | 1001010 |
Color Harmonies of #B987F0
Complementary color
Monochromatic Colors of #B987F0
Black with #B987F0
Text Example
Text Example
White with #B987F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987F0; }
p { color: rgb(185,135,240); }
H1.HeaderClassName
{
color: #B987F0;
}
.AnyTagClassName
{
color: #B987F0;
}
</style>
background-color css
<style>
a { background-color: #B987F0; }
a { background-color: rgb(185,135,240); }
div.DivClassName
{
background-color: #B987F0;
}
.BgClassName
{
background-color: #B987F0;
}
</style>
border-color css
<style>
span { border-color: #B987F0; }
span { border-color: rgb(185,135,240); }
td.TdClassName
{
border-color: #B987F0;
}
.TagClassName
{
border-color: #B987F0;
}
</style>