Shades of Biloba Flower #B87EE0
Tints of Biloba Flower #B87EE0
RGB
CMYK
RGB Variations
Color information
#B87EE0 (or 0xB87EE0) is known color: Biloba Flower. HEX triplet: B8, 7E and E0. RGB value is (184,126,224). Sum of RGB (Red+Green+Blue) = 184+126+224=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #B87EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87EE0 is #47811F. Grayscale: #9A9A9A. Windows color (decimal): -4686112 or 14712504. OLE color: 14712504.
HSL color Cylindrical-coordinate representation of color #B87EE0: hue angle of 275.51º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B87EE0 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 126 | 224 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.12 |
| HSL | 275.51º | 0.61% | 0.69% | - |
| HSV(B) | 275.51º | 0.44% | 0.88% | - |
| XYZ | 40.68 | 30.49 | 74.26 | - |
| YUV | 154.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 224 | 0.18 | 0.44 | 0 | 0.12 | 275.51 | 0.61 | 0.69 |
| Hex | B8 | 7E | E0 | 12 | 2C | 0 | C | 114 | 3D | 45 |
| Octal | 270 | 176 | 340 | 22 | 54 | 0 | 14 | 424 | 75 | 105 |
| Binary | 10111000 | 1111110 | 11100000 | 10010 | 101100 | 0 | 1100 | 100010100 | 111101 | 1000101 |
Color Harmonies of #B87EE0
Complementary color
Monochromatic Colors of #B87EE0
Black with #B87EE0
Text Example
Text Example
White with #B87EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87EE0; }
p { color: rgb(184,126,224); }
H1.HeaderClassName
{
color: #B87EE0;
}
.AnyTagClassName
{
color: #B87EE0;
}
</style>
background-color css
<style>
a { background-color: #B87EE0; }
a { background-color: rgb(184,126,224); }
div.DivClassName
{
background-color: #B87EE0;
}
.BgClassName
{
background-color: #B87EE0;
}
</style>
border-color css
<style>
span { border-color: #B87EE0; }
span { border-color: rgb(184,126,224); }
td.TdClassName
{
border-color: #B87EE0;
}
.TagClassName
{
border-color: #B87EE0;
}
</style>