Shades of Biloba Flower #B87BE4
Tints of Biloba Flower #B87BE4
RGB
CMYK
RGB Variations
Color information
#B87BE4 (or 0xB87BE4) is known color: Biloba Flower. HEX triplet: B8, 7B and E4. RGB value is (184,123,228). Sum of RGB (Red+Green+Blue) = 184+123+228=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #B87BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BE4 is #47841B. Grayscale: #989898. Windows color (decimal): -4686876 or 14973880. OLE color: 14973880.
HSL color Cylindrical-coordinate representation of color #B87BE4: hue angle of 274.86º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B87BE4 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 123 | 228 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.11 |
| HSL | 274.86º | 0.66% | 0.69% | - |
| HSV(B) | 274.86º | 0.46% | 0.89% | - |
| XYZ | 40.85 | 29.96 | 77.03 | - |
| YUV | 153.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 228 | 0.19 | 0.46 | 0 | 0.11 | 274.86 | 0.66 | 0.69 |
| Hex | B8 | 7B | E4 | 13 | 2E | 0 | B | 113 | 42 | 45 |
| Octal | 270 | 173 | 344 | 23 | 56 | 0 | 13 | 423 | 102 | 105 |
| Binary | 10111000 | 1111011 | 11100100 | 10011 | 101110 | 0 | 1011 | 100010011 | 1000010 | 1000101 |
Color Harmonies of #B87BE4
Complementary color
Monochromatic Colors of #B87BE4
Black with #B87BE4
Text Example
Text Example
White with #B87BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87BE4; }
p { color: rgb(184,123,228); }
H1.HeaderClassName
{
color: #B87BE4;
}
.AnyTagClassName
{
color: #B87BE4;
}
</style>
background-color css
<style>
a { background-color: #B87BE4; }
a { background-color: rgb(184,123,228); }
div.DivClassName
{
background-color: #B87BE4;
}
.BgClassName
{
background-color: #B87BE4;
}
</style>
border-color css
<style>
span { border-color: #B87BE4; }
span { border-color: rgb(184,123,228); }
td.TdClassName
{
border-color: #B87BE4;
}
.TagClassName
{
border-color: #B87BE4;
}
</style>