Shades of East Side #B476B9
Tints of East Side #B476B9
RGB
CMYK
RGB Variations
Color information
#B476B9 (or 0xB476B9) is known color: East Side. HEX triplet: B4, 76 and B9. RGB value is (180,118,185). Sum of RGB (Red+Green+Blue) = 180+118+185=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #B476B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476B9 is #4B8946. Grayscale: #8F8F8F. Windows color (decimal): -4950343 or 12154548. OLE color: 12154548.
HSL color Cylindrical-coordinate representation of color #B476B9: hue angle of 295.52º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B476B9 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 118 | 185 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.27 |
| HSL | 295.52º | 0.32% | 0.59% | - |
| HSV(B) | 295.52º | 0.36% | 0.73% | - |
| XYZ | 34.06 | 26.16 | 49.15 | - |
| YUV | 144.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 185 | 0.03 | 0.36 | 0 | 0.27 | 295.52 | 0.32 | 0.59 |
| Hex | B4 | 76 | B9 | 3 | 24 | 0 | 1B | 128 | 20 | 3B |
| Octal | 264 | 166 | 271 | 3 | 44 | 0 | 33 | 450 | 40 | 73 |
| Binary | 10110100 | 1110110 | 10111001 | 11 | 100100 | 0 | 11011 | 100101000 | 100000 | 111011 |
Color Harmonies of #B476B9
Complementary color
Monochromatic Colors of #B476B9
Black with #B476B9
Text Example
Text Example
White with #B476B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476B9; }
p { color: rgb(180,118,185); }
H1.HeaderClassName
{
color: #B476B9;
}
.AnyTagClassName
{
color: #B476B9;
}
</style>
background-color css
<style>
a { background-color: #B476B9; }
a { background-color: rgb(180,118,185); }
div.DivClassName
{
background-color: #B476B9;
}
.BgClassName
{
background-color: #B476B9;
}
</style>
border-color css
<style>
span { border-color: #B476B9; }
span { border-color: rgb(180,118,185); }
td.TdClassName
{
border-color: #B476B9;
}
.TagClassName
{
border-color: #B476B9;
}
</style>