Shades of East Side #B579BA
Tints of East Side #B579BA
RGB
CMYK
RGB Variations
Color information
#B579BA (or 0xB579BA) is known color: East Side. HEX triplet: B5, 79 and BA. RGB value is (181,121,186). Sum of RGB (Red+Green+Blue) = 181+121+186=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #B579BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B579BA is #4A8645. Grayscale: #929292. Windows color (decimal): -4884038 or 12220853. OLE color: 12220853.
HSL color Cylindrical-coordinate representation of color #B579BA: hue angle of 295.38º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B579BA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 121 | 186 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.27 |
| HSL | 295.38º | 0.32% | 0.6% | - |
| HSV(B) | 295.38º | 0.35% | 0.73% | - |
| XYZ | 34.76 | 27.04 | 49.84 | - |
| YUV | 146.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 186 | 0.03 | 0.35 | 0 | 0.27 | 295.38 | 0.32 | 0.6 |
| Hex | B5 | 79 | BA | 3 | 23 | 0 | 1B | 127 | 20 | 3C |
| Octal | 265 | 171 | 272 | 3 | 43 | 0 | 33 | 447 | 40 | 74 |
| Binary | 10110101 | 1111001 | 10111010 | 11 | 100011 | 0 | 11011 | 100100111 | 100000 | 111100 |
Color Harmonies of #B579BA
Complementary color
Monochromatic Colors of #B579BA
Black with #B579BA
Text Example
Text Example
White with #B579BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579BA; }
p { color: rgb(181,121,186); }
H1.HeaderClassName
{
color: #B579BA;
}
.AnyTagClassName
{
color: #B579BA;
}
</style>
background-color css
<style>
a { background-color: #B579BA; }
a { background-color: rgb(181,121,186); }
div.DivClassName
{
background-color: #B579BA;
}
.BgClassName
{
background-color: #B579BA;
}
</style>
border-color css
<style>
span { border-color: #B579BA; }
span { border-color: rgb(181,121,186); }
td.TdClassName
{
border-color: #B579BA;
}
.TagClassName
{
border-color: #B579BA;
}
</style>