Shades of East Side #B87AC2
Tints of East Side #B87AC2
RGB
CMYK
RGB Variations
Color information
#B87AC2 (or 0xB87AC2) is known color: East Side. HEX triplet: B8, 7A and C2. RGB value is (184,122,194). Sum of RGB (Red+Green+Blue) = 184+122+194=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #B87AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87AC2 is #47853D. Grayscale: #949494. Windows color (decimal): -4687166 or 12745400. OLE color: 12745400.
HSL color Cylindrical-coordinate representation of color #B87AC2: hue angle of 291.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B87AC2 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 122 | 194 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.24 |
| HSL | 291.67º | 0.37% | 0.62% | - |
| HSV(B) | 291.67º | 0.37% | 0.76% | - |
| XYZ | 36.46 | 28 | 54.52 | - |
| YUV | 148.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 194 | 0.05 | 0.37 | 0 | 0.24 | 291.67 | 0.37 | 0.62 |
| Hex | B8 | 7A | C2 | 5 | 25 | 0 | 18 | 124 | 25 | 3E |
| Octal | 270 | 172 | 302 | 5 | 45 | 0 | 30 | 444 | 45 | 76 |
| Binary | 10111000 | 1111010 | 11000010 | 101 | 100101 | 0 | 11000 | 100100100 | 100101 | 111110 |
Color Harmonies of #B87AC2
Complementary color
Monochromatic Colors of #B87AC2
Black with #B87AC2
Text Example
Text Example
White with #B87AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AC2; }
p { color: rgb(184,122,194); }
H1.HeaderClassName
{
color: #B87AC2;
}
.AnyTagClassName
{
color: #B87AC2;
}
</style>
background-color css
<style>
a { background-color: #B87AC2; }
a { background-color: rgb(184,122,194); }
div.DivClassName
{
background-color: #B87AC2;
}
.BgClassName
{
background-color: #B87AC2;
}
</style>
border-color css
<style>
span { border-color: #B87AC2; }
span { border-color: rgb(184,122,194); }
td.TdClassName
{
border-color: #B87AC2;
}
.TagClassName
{
border-color: #B87AC2;
}
</style>