Shades of East Side #B577D6
Tints of East Side #B577D6
RGB
CMYK
RGB Variations
Color information
#B577D6 (or 0xB577D6) is known color: East Side. HEX triplet: B5, 77 and D6. RGB value is (181,119,214). Sum of RGB (Red+Green+Blue) = 181+119+214=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #B577D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577D6 is #4A8829. Grayscale: #949494. Windows color (decimal): -4884522 or 14055349. OLE color: 14055349.
HSL color Cylindrical-coordinate representation of color #B577D6: hue angle of 279.16º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B577D6 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 119 | 214 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.16 |
| HSL | 279.16º | 0.54% | 0.65% | - |
| HSV(B) | 279.16º | 0.44% | 0.84% | - |
| XYZ | 37.79 | 27.87 | 67.01 | - |
| YUV | 148.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 214 | 0.15 | 0.44 | 0 | 0.16 | 279.16 | 0.54 | 0.65 |
| Hex | B5 | 77 | D6 | F | 2C | 0 | 10 | 117 | 36 | 41 |
| Octal | 265 | 167 | 326 | 17 | 54 | 0 | 20 | 427 | 66 | 101 |
| Binary | 10110101 | 1110111 | 11010110 | 1111 | 101100 | 0 | 10000 | 100010111 | 110110 | 1000001 |
Color Harmonies of #B577D6
Complementary color
Monochromatic Colors of #B577D6
Black with #B577D6
Text Example
Text Example
White with #B577D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577D6; }
p { color: rgb(181,119,214); }
H1.HeaderClassName
{
color: #B577D6;
}
.AnyTagClassName
{
color: #B577D6;
}
</style>
background-color css
<style>
a { background-color: #B577D6; }
a { background-color: rgb(181,119,214); }
div.DivClassName
{
background-color: #B577D6;
}
.BgClassName
{
background-color: #B577D6;
}
</style>
border-color css
<style>
span { border-color: #B577D6; }
span { border-color: rgb(181,119,214); }
td.TdClassName
{
border-color: #B577D6;
}
.TagClassName
{
border-color: #B577D6;
}
</style>