Shades of East Side #B576BA
Tints of East Side #B576BA
RGB
CMYK
RGB Variations
Color information
#B576BA (or 0xB576BA) is known color: East Side. HEX triplet: B5, 76 and BA. RGB value is (181,118,186). Sum of RGB (Red+Green+Blue) = 181+118+186=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B576BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576BA is #4A8945. Grayscale: #909090. Windows color (decimal): -4884806 or 12220085. OLE color: 12220085.
HSL color Cylindrical-coordinate representation of color #B576BA: hue angle of 295.59º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B576BA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 118 | 186 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.27 |
| HSL | 295.59º | 0.33% | 0.6% | - |
| HSV(B) | 295.59º | 0.37% | 0.73% | - |
| XYZ | 34.4 | 26.33 | 49.72 | - |
| YUV | 144.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 186 | 0.03 | 0.37 | 0 | 0.27 | 295.59 | 0.33 | 0.6 |
| Hex | B5 | 76 | BA | 3 | 25 | 0 | 1B | 128 | 21 | 3C |
| Octal | 265 | 166 | 272 | 3 | 45 | 0 | 33 | 450 | 41 | 74 |
| Binary | 10110101 | 1110110 | 10111010 | 11 | 100101 | 0 | 11011 | 100101000 | 100001 | 111100 |
Color Harmonies of #B576BA
Complementary color
Monochromatic Colors of #B576BA
Black with #B576BA
Text Example
Text Example
White with #B576BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B576BA; }
p { color: rgb(181,118,186); }
H1.HeaderClassName
{
color: #B576BA;
}
.AnyTagClassName
{
color: #B576BA;
}
</style>
background-color css
<style>
a { background-color: #B576BA; }
a { background-color: rgb(181,118,186); }
div.DivClassName
{
background-color: #B576BA;
}
.BgClassName
{
background-color: #B576BA;
}
</style>
border-color css
<style>
span { border-color: #B576BA; }
span { border-color: rgb(181,118,186); }
td.TdClassName
{
border-color: #B576BA;
}
.TagClassName
{
border-color: #B576BA;
}
</style>