Shades of Biloba Flower #B87FE5
Tints of Biloba Flower #B87FE5
RGB
CMYK
RGB Variations
Color information
#B87FE5 (or 0xB87FE5) is known color: Biloba Flower. HEX triplet: B8, 7F and E5. RGB value is (184,127,229). Sum of RGB (Red+Green+Blue) = 184+127+229=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #B87FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87FE5 is #47801A. Grayscale: #9B9B9B. Windows color (decimal): -4685851 or 15040440. OLE color: 15040440.
HSL color Cylindrical-coordinate representation of color #B87FE5: hue angle of 273.53º 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 #B87FE5 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 127 | 229 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.10 |
| HSL | 273.53º | 0.66% | 0.7% | - |
| HSV(B) | 273.53º | 0.45% | 0.9% | - |
| XYZ | 41.5 | 31.03 | 77.93 | - |
| YUV | 155.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 229 | 0.20 | 0.45 | 0 | 0.10 | 273.53 | 0.66 | 0.7 |
| Hex | B8 | 7F | E5 | 14 | 2D | 0 | A | 112 | 42 | 46 |
| Octal | 270 | 177 | 345 | 24 | 55 | 0 | 12 | 422 | 102 | 106 |
| Binary | 10111000 | 1111111 | 11100101 | 10100 | 101101 | 0 | 1010 | 100010010 | 1000010 | 1000110 |
Color Harmonies of #B87FE5
Complementary color
Monochromatic Colors of #B87FE5
Black with #B87FE5
Text Example
Text Example
White with #B87FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87FE5; }
p { color: rgb(184,127,229); }
H1.HeaderClassName
{
color: #B87FE5;
}
.AnyTagClassName
{
color: #B87FE5;
}
</style>
background-color css
<style>
a { background-color: #B87FE5; }
a { background-color: rgb(184,127,229); }
div.DivClassName
{
background-color: #B87FE5;
}
.BgClassName
{
background-color: #B87FE5;
}
</style>
border-color css
<style>
span { border-color: #B87FE5; }
span { border-color: rgb(184,127,229); }
td.TdClassName
{
border-color: #B87FE5;
}
.TagClassName
{
border-color: #B87FE5;
}
</style>