Shades of East Side #B87EDA
Tints of East Side #B87EDA
RGB
CMYK
RGB Variations
Color information
#B87EDA (or 0xB87EDA) is known color: East Side. HEX triplet: B8, 7E and DA. RGB value is (184,126,218). Sum of RGB (Red+Green+Blue) = 184+126+218=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #B87EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87EDA is #478125. Grayscale: #999999. Windows color (decimal): -4686118 or 14319288. OLE color: 14319288.
HSL color Cylindrical-coordinate representation of color #B87EDA: hue angle of 277.83º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B87EDA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 126 | 218 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.15 |
| HSL | 277.83º | 0.55% | 0.67% | - |
| HSV(B) | 277.83º | 0.42% | 0.85% | - |
| XYZ | 39.88 | 30.17 | 70.05 | - |
| YUV | 153.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 218 | 0.16 | 0.42 | 0 | 0.15 | 277.83 | 0.55 | 0.67 |
| Hex | B8 | 7E | DA | 10 | 2A | 0 | F | 116 | 37 | 43 |
| Octal | 270 | 176 | 332 | 20 | 52 | 0 | 17 | 426 | 67 | 103 |
| Binary | 10111000 | 1111110 | 11011010 | 10000 | 101010 | 0 | 1111 | 100010110 | 110111 | 1000011 |
Color Harmonies of #B87EDA
Complementary color
Monochromatic Colors of #B87EDA
Black with #B87EDA
Text Example
Text Example
White with #B87EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87EDA; }
p { color: rgb(184,126,218); }
H1.HeaderClassName
{
color: #B87EDA;
}
.AnyTagClassName
{
color: #B87EDA;
}
</style>
background-color css
<style>
a { background-color: #B87EDA; }
a { background-color: rgb(184,126,218); }
div.DivClassName
{
background-color: #B87EDA;
}
.BgClassName
{
background-color: #B87EDA;
}
</style>
border-color css
<style>
span { border-color: #B87EDA; }
span { border-color: rgb(184,126,218); }
td.TdClassName
{
border-color: #B87EDA;
}
.TagClassName
{
border-color: #B87EDA;
}
</style>