Shades of East Side #B577CE
Tints of East Side #B577CE
RGB
CMYK
RGB Variations
Color information
#B577CE (or 0xB577CE) is known color: East Side. HEX triplet: B5, 77 and CE. RGB value is (181,119,206). Sum of RGB (Red+Green+Blue) = 181+119+206=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #B577CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B577CE is #4A8831. Grayscale: #939393. Windows color (decimal): -4884530 or 13531061. OLE color: 13531061.
HSL color Cylindrical-coordinate representation of color #B577CE: hue angle of 282.76º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B577CE is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 119 | 206 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.19 |
| HSL | 282.76º | 0.47% | 0.64% | - |
| HSV(B) | 282.76º | 0.42% | 0.81% | - |
| XYZ | 36.79 | 27.47 | 61.76 | - |
| YUV | 147.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 206 | 0.12 | 0.42 | 0 | 0.19 | 282.76 | 0.47 | 0.64 |
| Hex | B5 | 77 | CE | C | 2A | 0 | 13 | 11B | 2F | 40 |
| Octal | 265 | 167 | 316 | 14 | 52 | 0 | 23 | 433 | 57 | 100 |
| Binary | 10110101 | 1110111 | 11001110 | 1100 | 101010 | 0 | 10011 | 100011011 | 101111 | 1000000 |
Color Harmonies of #B577CE
Complementary color
Monochromatic Colors of #B577CE
Black with #B577CE
Text Example
Text Example
White with #B577CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577CE; }
p { color: rgb(181,119,206); }
H1.HeaderClassName
{
color: #B577CE;
}
.AnyTagClassName
{
color: #B577CE;
}
</style>
background-color css
<style>
a { background-color: #B577CE; }
a { background-color: rgb(181,119,206); }
div.DivClassName
{
background-color: #B577CE;
}
.BgClassName
{
background-color: #B577CE;
}
</style>
border-color css
<style>
span { border-color: #B577CE; }
span { border-color: rgb(181,119,206); }
td.TdClassName
{
border-color: #B577CE;
}
.TagClassName
{
border-color: #B577CE;
}
</style>