Shades of East Side #B876C0
Tints of East Side #B876C0
RGB
CMYK
RGB Variations
Color information
#B876C0 (or 0xB876C0) is known color: East Side. HEX triplet: B8, 76 and C0. RGB value is (184,118,192). Sum of RGB (Red+Green+Blue) = 184+118+192=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #B876C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876C0 is #47893F. Grayscale: #919191. Windows color (decimal): -4688192 or 12613304. OLE color: 12613304.
HSL color Cylindrical-coordinate representation of color #B876C0: hue angle of 293.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B876C0 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 118 | 192 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.25 |
| HSL | 293.51º | 0.37% | 0.61% | - |
| HSV(B) | 293.51º | 0.39% | 0.75% | - |
| XYZ | 35.76 | 26.95 | 53.19 | - |
| YUV | 146.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 192 | 0.04 | 0.39 | 0 | 0.25 | 293.51 | 0.37 | 0.61 |
| Hex | B8 | 76 | C0 | 4 | 27 | 0 | 19 | 126 | 25 | 3D |
| Octal | 270 | 166 | 300 | 4 | 47 | 0 | 31 | 446 | 45 | 75 |
| Binary | 10111000 | 1110110 | 11000000 | 100 | 100111 | 0 | 11001 | 100100110 | 100101 | 111101 |
Color Harmonies of #B876C0
Complementary color
Monochromatic Colors of #B876C0
Black with #B876C0
Text Example
Text Example
White with #B876C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876C0; }
p { color: rgb(184,118,192); }
H1.HeaderClassName
{
color: #B876C0;
}
.AnyTagClassName
{
color: #B876C0;
}
</style>
background-color css
<style>
a { background-color: #B876C0; }
a { background-color: rgb(184,118,192); }
div.DivClassName
{
background-color: #B876C0;
}
.BgClassName
{
background-color: #B876C0;
}
</style>
border-color css
<style>
span { border-color: #B876C0; }
span { border-color: rgb(184,118,192); }
td.TdClassName
{
border-color: #B876C0;
}
.TagClassName
{
border-color: #B876C0;
}
</style>