Shades of East Side #B577C6
Tints of East Side #B577C6
RGB
CMYK
RGB Variations
Color information
#B577C6 (or 0xB577C6) is known color: East Side. HEX triplet: B5, 77 and C6. RGB value is (181,119,198). Sum of RGB (Red+Green+Blue) = 181+119+198=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #B577C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577C6 is #4A8839. Grayscale: #929292. Windows color (decimal): -4884538 or 13006773. OLE color: 13006773.
HSL color Cylindrical-coordinate representation of color #B577C6: hue angle of 287.09º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B577C6 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 119 | 198 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.22 |
| HSL | 287.09º | 0.41% | 0.62% | - |
| HSV(B) | 287.09º | 0.4% | 0.78% | - |
| XYZ | 35.85 | 27.09 | 56.77 | - |
| YUV | 146.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 198 | 0.09 | 0.40 | 0 | 0.22 | 287.09 | 0.41 | 0.62 |
| Hex | B5 | 77 | C6 | 9 | 28 | 0 | 16 | 11F | 29 | 3E |
| Octal | 265 | 167 | 306 | 11 | 50 | 0 | 26 | 437 | 51 | 76 |
| Binary | 10110101 | 1110111 | 11000110 | 1001 | 101000 | 0 | 10110 | 100011111 | 101001 | 111110 |
Color Harmonies of #B577C6
Complementary color
Monochromatic Colors of #B577C6
Black with #B577C6
Text Example
Text Example
White with #B577C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577C6; }
p { color: rgb(181,119,198); }
H1.HeaderClassName
{
color: #B577C6;
}
.AnyTagClassName
{
color: #B577C6;
}
</style>
background-color css
<style>
a { background-color: #B577C6; }
a { background-color: rgb(181,119,198); }
div.DivClassName
{
background-color: #B577C6;
}
.BgClassName
{
background-color: #B577C6;
}
</style>
border-color css
<style>
span { border-color: #B577C6; }
span { border-color: rgb(181,119,198); }
td.TdClassName
{
border-color: #B577C6;
}
.TagClassName
{
border-color: #B577C6;
}
</style>