Shades of East Side #B87ACD
Tints of East Side #B87ACD
RGB
CMYK
RGB Variations
Color information
#B87ACD (or 0xB87ACD) is known color: East Side. HEX triplet: B8, 7A and CD. RGB value is (184,122,205). Sum of RGB (Red+Green+Blue) = 184+122+205=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #B87ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87ACD is #478532. Grayscale: #959595. Windows color (decimal): -4687155 or 13466296. OLE color: 13466296.
HSL color Cylindrical-coordinate representation of color #B87ACD: hue angle of 284.82º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B87ACD is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 122 | 205 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.20 |
| HSL | 284.82º | 0.45% | 0.64% | - |
| HSV(B) | 284.82º | 0.4% | 0.8% | - |
| XYZ | 37.75 | 28.52 | 61.27 | - |
| YUV | 150 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 205 | 0.10 | 0.40 | 0 | 0.20 | 284.82 | 0.45 | 0.64 |
| Hex | B8 | 7A | CD | A | 28 | 0 | 14 | 11D | 2D | 40 |
| Octal | 270 | 172 | 315 | 12 | 50 | 0 | 24 | 435 | 55 | 100 |
| Binary | 10111000 | 1111010 | 11001101 | 1010 | 101000 | 0 | 10100 | 100011101 | 101101 | 1000000 |
Color Harmonies of #B87ACD
Complementary color
Monochromatic Colors of #B87ACD
Black with #B87ACD
Text Example
Text Example
White with #B87ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87ACD; }
p { color: rgb(184,122,205); }
H1.HeaderClassName
{
color: #B87ACD;
}
.AnyTagClassName
{
color: #B87ACD;
}
</style>
background-color css
<style>
a { background-color: #B87ACD; }
a { background-color: rgb(184,122,205); }
div.DivClassName
{
background-color: #B87ACD;
}
.BgClassName
{
background-color: #B87ACD;
}
</style>
border-color css
<style>
span { border-color: #B87ACD; }
span { border-color: rgb(184,122,205); }
td.TdClassName
{
border-color: #B87ACD;
}
.TagClassName
{
border-color: #B87ACD;
}
</style>