Shades of East Side #B577CF
Tints of East Side #B577CF
RGB
CMYK
RGB Variations
Color information
#B577CF (or 0xB577CF) is known color: East Side. HEX triplet: B5, 77 and CF. RGB value is (181,119,207). Sum of RGB (Red+Green+Blue) = 181+119+207=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B577CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577CF is #4A8830. Grayscale: #939393. Windows color (decimal): -4884529 or 13596597. OLE color: 13596597.
HSL color Cylindrical-coordinate representation of color #B577CF: hue angle of 282.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B577CF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 119 | 207 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.19 |
| HSL | 282.27º | 0.48% | 0.64% | - |
| HSV(B) | 282.27º | 0.43% | 0.81% | - |
| XYZ | 36.92 | 27.52 | 62.4 | - |
| YUV | 147.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 207 | 0.13 | 0.43 | 0 | 0.19 | 282.27 | 0.48 | 0.64 |
| Hex | B5 | 77 | CF | D | 2B | 0 | 13 | 11A | 30 | 40 |
| Octal | 265 | 167 | 317 | 15 | 53 | 0 | 23 | 432 | 60 | 100 |
| Binary | 10110101 | 1110111 | 11001111 | 1101 | 101011 | 0 | 10011 | 100011010 | 110000 | 1000000 |
Color Harmonies of #B577CF
Complementary color
Monochromatic Colors of #B577CF
Black with #B577CF
Text Example
Text Example
White with #B577CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577CF; }
p { color: rgb(181,119,207); }
H1.HeaderClassName
{
color: #B577CF;
}
.AnyTagClassName
{
color: #B577CF;
}
</style>
background-color css
<style>
a { background-color: #B577CF; }
a { background-color: rgb(181,119,207); }
div.DivClassName
{
background-color: #B577CF;
}
.BgClassName
{
background-color: #B577CF;
}
</style>
border-color css
<style>
span { border-color: #B577CF; }
span { border-color: rgb(181,119,207); }
td.TdClassName
{
border-color: #B577CF;
}
.TagClassName
{
border-color: #B577CF;
}
</style>