Shades of Biloba Flower #B87EE5
Tints of Biloba Flower #B87EE5
RGB
CMYK
RGB Variations
Color information
#B87EE5 (or 0xB87EE5) is known color: Biloba Flower. HEX triplet: B8, 7E and E5. RGB value is (184,126,229). Sum of RGB (Red+Green+Blue) = 184+126+229=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #B87EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87EE5 is #47811A. Grayscale: #9A9A9A. Windows color (decimal): -4686107 or 15040184. OLE color: 15040184.
HSL color Cylindrical-coordinate representation of color #B87EE5: hue angle of 273.79º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B87EE5 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 126 | 229 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.10 |
| HSL | 273.79º | 0.66% | 0.7% | - |
| HSV(B) | 273.79º | 0.45% | 0.9% | - |
| XYZ | 41.37 | 30.77 | 77.89 | - |
| YUV | 155.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 229 | 0.20 | 0.45 | 0 | 0.10 | 273.79 | 0.66 | 0.7 |
| Hex | B8 | 7E | E5 | 14 | 2D | 0 | A | 112 | 42 | 46 |
| Octal | 270 | 176 | 345 | 24 | 55 | 0 | 12 | 422 | 102 | 106 |
| Binary | 10111000 | 1111110 | 11100101 | 10100 | 101101 | 0 | 1010 | 100010010 | 1000010 | 1000110 |
Color Harmonies of #B87EE5
Complementary color
Monochromatic Colors of #B87EE5
Black with #B87EE5
Text Example
Text Example
White with #B87EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87EE5; }
p { color: rgb(184,126,229); }
H1.HeaderClassName
{
color: #B87EE5;
}
.AnyTagClassName
{
color: #B87EE5;
}
</style>
background-color css
<style>
a { background-color: #B87EE5; }
a { background-color: rgb(184,126,229); }
div.DivClassName
{
background-color: #B87EE5;
}
.BgClassName
{
background-color: #B87EE5;
}
</style>
border-color css
<style>
span { border-color: #B87EE5; }
span { border-color: rgb(184,126,229); }
td.TdClassName
{
border-color: #B87EE5;
}
.TagClassName
{
border-color: #B87EE5;
}
</style>