Shades of Biloba Flower #B987E5
Tints of Biloba Flower #B987E5
RGB
CMYK
RGB Variations
Color information
#B987E5 (or 0xB987E5) is known color: Biloba Flower. HEX triplet: B9, 87 and E5. RGB value is (185,135,229). Sum of RGB (Red+Green+Blue) = 185+135+229=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #B987E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987E5 is #46781A. Grayscale: #A0A0A0. Windows color (decimal): -4618267 or 15042489. OLE color: 15042489.
HSL color Cylindrical-coordinate representation of color #B987E5: hue angle of 271.91º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B987E5 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 135 | 229 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.10 |
| HSL | 271.91º | 0.64% | 0.71% | - |
| HSV(B) | 271.91º | 0.41% | 0.9% | - |
| XYZ | 42.81 | 33.3 | 78.3 | - |
| YUV | 160.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 229 | 0.19 | 0.41 | 0 | 0.10 | 271.91 | 0.64 | 0.71 |
| Hex | B9 | 87 | E5 | 13 | 29 | 0 | A | 110 | 40 | 47 |
| Octal | 271 | 207 | 345 | 23 | 51 | 0 | 12 | 420 | 100 | 107 |
| Binary | 10111001 | 10000111 | 11100101 | 10011 | 101001 | 0 | 1010 | 100010000 | 1000000 | 1000111 |
Color Harmonies of #B987E5
Complementary color
Monochromatic Colors of #B987E5
Black with #B987E5
Text Example
Text Example
White with #B987E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987E5; }
p { color: rgb(185,135,229); }
H1.HeaderClassName
{
color: #B987E5;
}
.AnyTagClassName
{
color: #B987E5;
}
</style>
background-color css
<style>
a { background-color: #B987E5; }
a { background-color: rgb(185,135,229); }
div.DivClassName
{
background-color: #B987E5;
}
.BgClassName
{
background-color: #B987E5;
}
</style>
border-color css
<style>
span { border-color: #B987E5; }
span { border-color: rgb(185,135,229); }
td.TdClassName
{
border-color: #B987E5;
}
.TagClassName
{
border-color: #B987E5;
}
</style>