Shades of East Side #B579BD
Tints of East Side #B579BD
RGB
CMYK
RGB Variations
Color information
#B579BD (or 0xB579BD) is known color: East Side. HEX triplet: B5, 79 and BD. RGB value is (181,121,189). Sum of RGB (Red+Green+Blue) = 181+121+189=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #B579BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B579BD is #4A8642. Grayscale: #929292. Windows color (decimal): -4884035 or 12417461. OLE color: 12417461.
HSL color Cylindrical-coordinate representation of color #B579BD: hue angle of 292.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B579BD is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 121 | 189 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.26 |
| HSL | 292.94º | 0.34% | 0.61% | - |
| HSV(B) | 292.94º | 0.36% | 0.74% | - |
| XYZ | 35.08 | 27.17 | 51.54 | - |
| YUV | 146.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 189 | 0.04 | 0.36 | 0 | 0.26 | 292.94 | 0.34 | 0.61 |
| Hex | B5 | 79 | BD | 4 | 24 | 0 | 1A | 125 | 22 | 3D |
| Octal | 265 | 171 | 275 | 4 | 44 | 0 | 32 | 445 | 42 | 75 |
| Binary | 10110101 | 1111001 | 10111101 | 100 | 100100 | 0 | 11010 | 100100101 | 100010 | 111101 |
Color Harmonies of #B579BD
Complementary color
Monochromatic Colors of #B579BD
Black with #B579BD
Text Example
Text Example
White with #B579BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B579BD; }
p { color: rgb(181,121,189); }
H1.HeaderClassName
{
color: #B579BD;
}
.AnyTagClassName
{
color: #B579BD;
}
</style>
background-color css
<style>
a { background-color: #B579BD; }
a { background-color: rgb(181,121,189); }
div.DivClassName
{
background-color: #B579BD;
}
.BgClassName
{
background-color: #B579BD;
}
</style>
border-color css
<style>
span { border-color: #B579BD; }
span { border-color: rgb(181,121,189); }
td.TdClassName
{
border-color: #B579BD;
}
.TagClassName
{
border-color: #B579BD;
}
</style>