Shades of Biloba Flower #B87AE1
Tints of Biloba Flower #B87AE1
RGB
CMYK
RGB Variations
Color information
#B87AE1 (or 0xB87AE1) is known color: Biloba Flower. HEX triplet: B8, 7A and E1. RGB value is (184,122,225). Sum of RGB (Red+Green+Blue) = 184+122+225=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #B87AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87AE1 is #47851E. Grayscale: #979797. Windows color (decimal): -4687135 or 14777016. OLE color: 14777016.
HSL color Cylindrical-coordinate representation of color #B87AE1: hue angle of 276.12º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B87AE1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 122 | 225 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.12 |
| HSL | 276.12º | 0.63% | 0.68% | - |
| HSV(B) | 276.12º | 0.46% | 0.88% | - |
| XYZ | 40.32 | 29.55 | 74.81 | - |
| YUV | 152.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 225 | 0.18 | 0.46 | 0 | 0.12 | 276.12 | 0.63 | 0.68 |
| Hex | B8 | 7A | E1 | 12 | 2E | 0 | C | 114 | 3F | 44 |
| Octal | 270 | 172 | 341 | 22 | 56 | 0 | 14 | 424 | 77 | 104 |
| Binary | 10111000 | 1111010 | 11100001 | 10010 | 101110 | 0 | 1100 | 100010100 | 111111 | 1000100 |
Color Harmonies of #B87AE1
Complementary color
Monochromatic Colors of #B87AE1
Black with #B87AE1
Text Example
Text Example
White with #B87AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AE1; }
p { color: rgb(184,122,225); }
H1.HeaderClassName
{
color: #B87AE1;
}
.AnyTagClassName
{
color: #B87AE1;
}
</style>
background-color css
<style>
a { background-color: #B87AE1; }
a { background-color: rgb(184,122,225); }
div.DivClassName
{
background-color: #B87AE1;
}
.BgClassName
{
background-color: #B87AE1;
}
</style>
border-color css
<style>
span { border-color: #B87AE1; }
span { border-color: rgb(184,122,225); }
td.TdClassName
{
border-color: #B87AE1;
}
.TagClassName
{
border-color: #B87AE1;
}
</style>