Shades of East Side #B876CE
Tints of East Side #B876CE
RGB
CMYK
RGB Variations
Color information
#B876CE (or 0xB876CE) is known color: East Side. HEX triplet: B8, 76 and CE. RGB value is (184,118,206). Sum of RGB (Red+Green+Blue) = 184+118+206=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #B876CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876CE is #478931. Grayscale: #939393. Windows color (decimal): -4688178 or 13530808. OLE color: 13530808.
HSL color Cylindrical-coordinate representation of color #B876CE: hue angle of 285º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B876CE is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 118 | 206 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.19 |
| HSL | 285º | 0.47% | 0.64% | - |
| HSV(B) | 285º | 0.43% | 0.81% | - |
| XYZ | 37.39 | 27.6 | 61.75 | - |
| YUV | 147.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 206 | 0.11 | 0.43 | 0 | 0.19 | 285 | 0.47 | 0.64 |
| Hex | B8 | 76 | CE | B | 2B | 0 | 13 | 11D | 2F | 40 |
| Octal | 270 | 166 | 316 | 13 | 53 | 0 | 23 | 435 | 57 | 100 |
| Binary | 10111000 | 1110110 | 11001110 | 1011 | 101011 | 0 | 10011 | 100011101 | 101111 | 1000000 |
Color Harmonies of #B876CE
Complementary color
Monochromatic Colors of #B876CE
Black with #B876CE
Text Example
Text Example
White with #B876CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B876CE; }
p { color: rgb(184,118,206); }
H1.HeaderClassName
{
color: #B876CE;
}
.AnyTagClassName
{
color: #B876CE;
}
</style>
background-color css
<style>
a { background-color: #B876CE; }
a { background-color: rgb(184,118,206); }
div.DivClassName
{
background-color: #B876CE;
}
.BgClassName
{
background-color: #B876CE;
}
</style>
border-color css
<style>
span { border-color: #B876CE; }
span { border-color: rgb(184,118,206); }
td.TdClassName
{
border-color: #B876CE;
}
.TagClassName
{
border-color: #B876CE;
}
</style>