Shades of East Side #B476CC
Tints of East Side #B476CC
RGB
CMYK
RGB Variations
Color information
#B476CC (or 0xB476CC) is known color: East Side. HEX triplet: B4, 76 and CC. RGB value is (180,118,204). Sum of RGB (Red+Green+Blue) = 180+118+204=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #B476CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476CC is #4B8933. Grayscale: #929292. Windows color (decimal): -4950324 or 13399732. OLE color: 13399732.
HSL color Cylindrical-coordinate representation of color #B476CC: hue angle of 283.26º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B476CC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 118 | 204 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.2 |
| HSL | 283.26º | 0.46% | 0.63% | - |
| HSV(B) | 283.26º | 0.42% | 0.8% | - |
| XYZ | 36.2 | 27.02 | 60.43 | - |
| YUV | 146.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 204 | 0.12 | 0.42 | 0 | 0.2 | 283.26 | 0.46 | 0.63 |
| Hex | B4 | 76 | CC | C | 2A | 0 | 14 | 11B | 2E | 3F |
| Octal | 264 | 166 | 314 | 14 | 52 | 0 | 24 | 433 | 56 | 77 |
| Binary | 10110100 | 1110110 | 11001100 | 1100 | 101010 | 0 | 10100 | 100011011 | 101110 | 111111 |
Color Harmonies of #B476CC
Complementary color
Monochromatic Colors of #B476CC
Black with #B476CC
Text Example
Text Example
White with #B476CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476CC; }
p { color: rgb(180,118,204); }
H1.HeaderClassName
{
color: #B476CC;
}
.AnyTagClassName
{
color: #B476CC;
}
</style>
background-color css
<style>
a { background-color: #B476CC; }
a { background-color: rgb(180,118,204); }
div.DivClassName
{
background-color: #B476CC;
}
.BgClassName
{
background-color: #B476CC;
}
</style>
border-color css
<style>
span { border-color: #B476CC; }
span { border-color: rgb(180,118,204); }
td.TdClassName
{
border-color: #B476CC;
}
.TagClassName
{
border-color: #B476CC;
}
</style>