Shades of East Side #B87ED3
Tints of East Side #B87ED3
RGB
CMYK
RGB Variations
Color information
#B87ED3 (or 0xB87ED3) is known color: East Side. HEX triplet: B8, 7E and D3. RGB value is (184,126,211). Sum of RGB (Red+Green+Blue) = 184+126+211=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #B87ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87ED3 is #47812C. Grayscale: #989898. Windows color (decimal): -4686125 or 13860536. OLE color: 13860536.
HSL color Cylindrical-coordinate representation of color #B87ED3: hue angle of 280.94º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B87ED3 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 126 | 211 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.17 |
| HSL | 280.94º | 0.49% | 0.66% | - |
| HSV(B) | 280.94º | 0.4% | 0.83% | - |
| XYZ | 38.99 | 29.82 | 65.33 | - |
| YUV | 153.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 211 | 0.13 | 0.40 | 0 | 0.17 | 280.94 | 0.49 | 0.66 |
| Hex | B8 | 7E | D3 | D | 28 | 0 | 11 | 119 | 31 | 42 |
| Octal | 270 | 176 | 323 | 15 | 50 | 0 | 21 | 431 | 61 | 102 |
| Binary | 10111000 | 1111110 | 11010011 | 1101 | 101000 | 0 | 10001 | 100011001 | 110001 | 1000010 |
Color Harmonies of #B87ED3
Complementary color
Monochromatic Colors of #B87ED3
Black with #B87ED3
Text Example
Text Example
White with #B87ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87ED3; }
p { color: rgb(184,126,211); }
H1.HeaderClassName
{
color: #B87ED3;
}
.AnyTagClassName
{
color: #B87ED3;
}
</style>
background-color css
<style>
a { background-color: #B87ED3; }
a { background-color: rgb(184,126,211); }
div.DivClassName
{
background-color: #B87ED3;
}
.BgClassName
{
background-color: #B87ED3;
}
</style>
border-color css
<style>
span { border-color: #B87ED3; }
span { border-color: rgb(184,126,211); }
td.TdClassName
{
border-color: #B87ED3;
}
.TagClassName
{
border-color: #B87ED3;
}
</style>