Shades of East Side #B476C2
Tints of East Side #B476C2
RGB
CMYK
RGB Variations
Color information
#B476C2 (or 0xB476C2) is known color: East Side. HEX triplet: B4, 76 and C2. RGB value is (180,118,194). Sum of RGB (Red+Green+Blue) = 180+118+194=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #B476C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476C2 is #4B893D. Grayscale: #909090. Windows color (decimal): -4950334 or 12744372. OLE color: 12744372.
HSL color Cylindrical-coordinate representation of color #B476C2: hue angle of 288.95º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B476C2 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 118 | 194 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.24 |
| HSL | 288.95º | 0.38% | 0.61% | - |
| HSV(B) | 288.95º | 0.39% | 0.76% | - |
| XYZ | 35.04 | 26.56 | 54.32 | - |
| YUV | 145.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 194 | 0.07 | 0.39 | 0 | 0.24 | 288.95 | 0.38 | 0.61 |
| Hex | B4 | 76 | C2 | 7 | 27 | 0 | 18 | 121 | 26 | 3D |
| Octal | 264 | 166 | 302 | 7 | 47 | 0 | 30 | 441 | 46 | 75 |
| Binary | 10110100 | 1110110 | 11000010 | 111 | 100111 | 0 | 11000 | 100100001 | 100110 | 111101 |
Color Harmonies of #B476C2
Complementary color
Monochromatic Colors of #B476C2
Black with #B476C2
Text Example
Text Example
White with #B476C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476C2; }
p { color: rgb(180,118,194); }
H1.HeaderClassName
{
color: #B476C2;
}
.AnyTagClassName
{
color: #B476C2;
}
</style>
background-color css
<style>
a { background-color: #B476C2; }
a { background-color: rgb(180,118,194); }
div.DivClassName
{
background-color: #B476C2;
}
.BgClassName
{
background-color: #B476C2;
}
</style>
border-color css
<style>
span { border-color: #B476C2; }
span { border-color: rgb(180,118,194); }
td.TdClassName
{
border-color: #B476C2;
}
.TagClassName
{
border-color: #B476C2;
}
</style>