Shades of East Side #B577D7
Tints of East Side #B577D7
RGB
CMYK
RGB Variations
Color information
#B577D7 (or 0xB577D7) is known color: East Side. HEX triplet: B5, 77 and D7. RGB value is (181,119,215). Sum of RGB (Red+Green+Blue) = 181+119+215=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #B577D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577D7 is #4A8828. Grayscale: #949494. Windows color (decimal): -4884521 or 14120885. OLE color: 14120885.
HSL color Cylindrical-coordinate representation of color #B577D7: hue angle of 278.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B577D7 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 119 | 215 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.16 |
| HSL | 278.75º | 0.55% | 0.65% | - |
| HSV(B) | 278.75º | 0.45% | 0.84% | - |
| XYZ | 37.92 | 27.92 | 67.68 | - |
| YUV | 148.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 215 | 0.16 | 0.45 | 0 | 0.16 | 278.75 | 0.55 | 0.65 |
| Hex | B5 | 77 | D7 | 10 | 2D | 0 | 10 | 117 | 37 | 41 |
| Octal | 265 | 167 | 327 | 20 | 55 | 0 | 20 | 427 | 67 | 101 |
| Binary | 10110101 | 1110111 | 11010111 | 10000 | 101101 | 0 | 10000 | 100010111 | 110111 | 1000001 |
Color Harmonies of #B577D7
Complementary color
Monochromatic Colors of #B577D7
Black with #B577D7
Text Example
Text Example
White with #B577D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577D7; }
p { color: rgb(181,119,215); }
H1.HeaderClassName
{
color: #B577D7;
}
.AnyTagClassName
{
color: #B577D7;
}
</style>
background-color css
<style>
a { background-color: #B577D7; }
a { background-color: rgb(181,119,215); }
div.DivClassName
{
background-color: #B577D7;
}
.BgClassName
{
background-color: #B577D7;
}
</style>
border-color css
<style>
span { border-color: #B577D7; }
span { border-color: rgb(181,119,215); }
td.TdClassName
{
border-color: #B577D7;
}
.TagClassName
{
border-color: #B577D7;
}
</style>