Shades of East Side #B87ADD
Tints of East Side #B87ADD
RGB
CMYK
RGB Variations
Color information
#B87ADD (or 0xB87ADD) is known color: East Side. HEX triplet: B8, 7A and DD. RGB value is (184,122,221). Sum of RGB (Red+Green+Blue) = 184+122+221=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B87ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87ADD is #478522. Grayscale: #979797. Windows color (decimal): -4687139 or 14514872. OLE color: 14514872.
HSL color Cylindrical-coordinate representation of color #B87ADD: hue angle of 277.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B87ADD is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 122 | 221 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.13 |
| HSL | 277.58º | 0.59% | 0.67% | - |
| HSV(B) | 277.58º | 0.45% | 0.87% | - |
| XYZ | 39.78 | 29.33 | 71.97 | - |
| YUV | 151.82 | 167.04 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 221 | 0.17 | 0.45 | 0 | 0.13 | 277.58 | 0.59 | 0.67 |
| Hex | B8 | 7A | DD | 11 | 2D | 0 | D | 116 | 3B | 43 |
| Octal | 270 | 172 | 335 | 21 | 55 | 0 | 15 | 426 | 73 | 103 |
| Binary | 10111000 | 1111010 | 11011101 | 10001 | 101101 | 0 | 1101 | 100010110 | 111011 | 1000011 |
Color Harmonies of #B87ADD
Complementary color
Monochromatic Colors of #B87ADD
Black with #B87ADD
Text Example
Text Example
White with #B87ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87ADD; }
p { color: rgb(184,122,221); }
H1.HeaderClassName
{
color: #B87ADD;
}
.AnyTagClassName
{
color: #B87ADD;
}
</style>
background-color css
<style>
a { background-color: #B87ADD; }
a { background-color: rgb(184,122,221); }
div.DivClassName
{
background-color: #B87ADD;
}
.BgClassName
{
background-color: #B87ADD;
}
</style>
border-color css
<style>
span { border-color: #B87ADD; }
span { border-color: rgb(184,122,221); }
td.TdClassName
{
border-color: #B87ADD;
}
.TagClassName
{
border-color: #B87ADD;
}
</style>