Shades of East Side #B87ED4
Tints of East Side #B87ED4
RGB
CMYK
RGB Variations
Color information
#B87ED4 (or 0xB87ED4) is known color: East Side. HEX triplet: B8, 7E and D4. RGB value is (184,126,212). Sum of RGB (Red+Green+Blue) = 184+126+212=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #B87ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87ED4 is #47812B. Grayscale: #989898. Windows color (decimal): -4686124 or 13926072. OLE color: 13926072.
HSL color Cylindrical-coordinate representation of color #B87ED4: hue angle of 280.47º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B87ED4 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 126 | 212 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.17 |
| HSL | 280.47º | 0.5% | 0.66% | - |
| HSV(B) | 280.47º | 0.41% | 0.83% | - |
| XYZ | 39.11 | 29.87 | 65.99 | - |
| YUV | 153.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 212 | 0.13 | 0.41 | 0 | 0.17 | 280.47 | 0.5 | 0.66 |
| Hex | B8 | 7E | D4 | D | 29 | 0 | 11 | 118 | 32 | 42 |
| Octal | 270 | 176 | 324 | 15 | 51 | 0 | 21 | 430 | 62 | 102 |
| Binary | 10111000 | 1111110 | 11010100 | 1101 | 101001 | 0 | 10001 | 100011000 | 110010 | 1000010 |
Color Harmonies of #B87ED4
Complementary color
Monochromatic Colors of #B87ED4
Black with #B87ED4
Text Example
Text Example
White with #B87ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87ED4; }
p { color: rgb(184,126,212); }
H1.HeaderClassName
{
color: #B87ED4;
}
.AnyTagClassName
{
color: #B87ED4;
}
</style>
background-color css
<style>
a { background-color: #B87ED4; }
a { background-color: rgb(184,126,212); }
div.DivClassName
{
background-color: #B87ED4;
}
.BgClassName
{
background-color: #B87ED4;
}
</style>
border-color css
<style>
span { border-color: #B87ED4; }
span { border-color: rgb(184,126,212); }
td.TdClassName
{
border-color: #B87ED4;
}
.TagClassName
{
border-color: #B87ED4;
}
</style>