Shades of East Side #B87AD6
Tints of East Side #B87AD6
RGB
CMYK
RGB Variations
Color information
#B87AD6 (or 0xB87AD6) is known color: East Side. HEX triplet: B8, 7A and D6. RGB value is (184,122,214). Sum of RGB (Red+Green+Blue) = 184+122+214=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #B87AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87AD6 is #478529. Grayscale: #969696. Windows color (decimal): -4687146 or 14056120. OLE color: 14056120.
HSL color Cylindrical-coordinate representation of color #B87AD6: hue angle of 280.43º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87AD6 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 122 | 214 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.16 |
| HSL | 280.43º | 0.53% | 0.66% | - |
| HSV(B) | 280.43º | 0.43% | 0.84% | - |
| XYZ | 38.86 | 28.96 | 67.16 | - |
| YUV | 151.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 214 | 0.14 | 0.43 | 0 | 0.16 | 280.43 | 0.53 | 0.66 |
| Hex | B8 | 7A | D6 | E | 2B | 0 | 10 | 118 | 35 | 42 |
| Octal | 270 | 172 | 326 | 16 | 53 | 0 | 20 | 430 | 65 | 102 |
| Binary | 10111000 | 1111010 | 11010110 | 1110 | 101011 | 0 | 10000 | 100011000 | 110101 | 1000010 |
Color Harmonies of #B87AD6
Complementary color
Monochromatic Colors of #B87AD6
Black with #B87AD6
Text Example
Text Example
White with #B87AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AD6; }
p { color: rgb(184,122,214); }
H1.HeaderClassName
{
color: #B87AD6;
}
.AnyTagClassName
{
color: #B87AD6;
}
</style>
background-color css
<style>
a { background-color: #B87AD6; }
a { background-color: rgb(184,122,214); }
div.DivClassName
{
background-color: #B87AD6;
}
.BgClassName
{
background-color: #B87AD6;
}
</style>
border-color css
<style>
span { border-color: #B87AD6; }
span { border-color: rgb(184,122,214); }
td.TdClassName
{
border-color: #B87AD6;
}
.TagClassName
{
border-color: #B87AD6;
}
</style>