Shades of East Side #B476C0
Tints of East Side #B476C0
RGB
CMYK
RGB Variations
Color information
#B476C0 (or 0xB476C0) is known color: East Side. HEX triplet: B4, 76 and C0. RGB value is (180,118,192). Sum of RGB (Red+Green+Blue) = 180+118+192=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #B476C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476C0 is #4B893F. Grayscale: #909090. Windows color (decimal): -4950336 or 12613300. OLE color: 12613300.
HSL color Cylindrical-coordinate representation of color #B476C0: hue angle of 290.27º 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 #B476C0 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 118 | 192 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.25 |
| HSL | 290.27º | 0.37% | 0.61% | - |
| HSV(B) | 290.27º | 0.39% | 0.75% | - |
| XYZ | 34.82 | 26.47 | 53.14 | - |
| YUV | 144.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 192 | 0.06 | 0.39 | 0 | 0.25 | 290.27 | 0.37 | 0.61 |
| Hex | B4 | 76 | C0 | 6 | 27 | 0 | 19 | 122 | 25 | 3D |
| Octal | 264 | 166 | 300 | 6 | 47 | 0 | 31 | 442 | 45 | 75 |
| Binary | 10110100 | 1110110 | 11000000 | 110 | 100111 | 0 | 11001 | 100100010 | 100101 | 111101 |
Color Harmonies of #B476C0
Complementary color
Monochromatic Colors of #B476C0
Black with #B476C0
Text Example
Text Example
White with #B476C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476C0; }
p { color: rgb(180,118,192); }
H1.HeaderClassName
{
color: #B476C0;
}
.AnyTagClassName
{
color: #B476C0;
}
</style>
background-color css
<style>
a { background-color: #B476C0; }
a { background-color: rgb(180,118,192); }
div.DivClassName
{
background-color: #B476C0;
}
.BgClassName
{
background-color: #B476C0;
}
</style>
border-color css
<style>
span { border-color: #B476C0; }
span { border-color: rgb(180,118,192); }
td.TdClassName
{
border-color: #B476C0;
}
.TagClassName
{
border-color: #B476C0;
}
</style>