Shades of East Side #B577BB
Tints of East Side #B577BB
RGB
CMYK
RGB Variations
Color information
#B577BB (or 0xB577BB) is known color: East Side. HEX triplet: B5, 77 and BB. RGB value is (181,119,187). Sum of RGB (Red+Green+Blue) = 181+119+187=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #B577BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577BB is #4A8844. Grayscale: #919191. Windows color (decimal): -4884549 or 12285877. OLE color: 12285877.
HSL color Cylindrical-coordinate representation of color #B577BB: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B577BB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 119 | 187 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.27 |
| HSL | 294.71º | 0.33% | 0.6% | - |
| HSV(B) | 294.71º | 0.36% | 0.73% | - |
| XYZ | 34.62 | 26.61 | 50.32 | - |
| YUV | 145.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 187 | 0.03 | 0.36 | 0 | 0.27 | 294.71 | 0.33 | 0.6 |
| Hex | B5 | 77 | BB | 3 | 24 | 0 | 1B | 127 | 21 | 3C |
| Octal | 265 | 167 | 273 | 3 | 44 | 0 | 33 | 447 | 41 | 74 |
| Binary | 10110101 | 1110111 | 10111011 | 11 | 100100 | 0 | 11011 | 100100111 | 100001 | 111100 |
Color Harmonies of #B577BB
Complementary color
Monochromatic Colors of #B577BB
Black with #B577BB
Text Example
Text Example
White with #B577BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577BB; }
p { color: rgb(181,119,187); }
H1.HeaderClassName
{
color: #B577BB;
}
.AnyTagClassName
{
color: #B577BB;
}
</style>
background-color css
<style>
a { background-color: #B577BB; }
a { background-color: rgb(181,119,187); }
div.DivClassName
{
background-color: #B577BB;
}
.BgClassName
{
background-color: #B577BB;
}
</style>
border-color css
<style>
span { border-color: #B577BB; }
span { border-color: rgb(181,119,187); }
td.TdClassName
{
border-color: #B577BB;
}
.TagClassName
{
border-color: #B577BB;
}
</style>