Shades of East Side #B576CE
Tints of East Side #B576CE
RGB
CMYK
RGB Variations
Color information
#B576CE (or 0xB576CE) is known color: East Side. HEX triplet: B5, 76 and CE. RGB value is (181,118,206). Sum of RGB (Red+Green+Blue) = 181+118+206=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B576CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576CE is #4A8931. Grayscale: #929292. Windows color (decimal): -4884786 or 13530805. OLE color: 13530805.
HSL color Cylindrical-coordinate representation of color #B576CE: hue angle of 282.95º degrees, saturation: 0.47, 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 #B576CE is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 118 | 206 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.19 |
| HSL | 282.95º | 0.47% | 0.64% | - |
| HSV(B) | 282.95º | 0.43% | 0.81% | - |
| XYZ | 36.68 | 27.24 | 61.72 | - |
| YUV | 146.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 206 | 0.12 | 0.43 | 0 | 0.19 | 282.95 | 0.47 | 0.64 |
| Hex | B5 | 76 | CE | C | 2B | 0 | 13 | 11B | 2F | 40 |
| Octal | 265 | 166 | 316 | 14 | 53 | 0 | 23 | 433 | 57 | 100 |
| Binary | 10110101 | 1110110 | 11001110 | 1100 | 101011 | 0 | 10011 | 100011011 | 101111 | 1000000 |
Color Harmonies of #B576CE
Complementary color
Monochromatic Colors of #B576CE
Black with #B576CE
Text Example
Text Example
White with #B576CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B576CE; }
p { color: rgb(181,118,206); }
H1.HeaderClassName
{
color: #B576CE;
}
.AnyTagClassName
{
color: #B576CE;
}
</style>
background-color css
<style>
a { background-color: #B576CE; }
a { background-color: rgb(181,118,206); }
div.DivClassName
{
background-color: #B576CE;
}
.BgClassName
{
background-color: #B576CE;
}
</style>
border-color css
<style>
span { border-color: #B576CE; }
span { border-color: rgb(181,118,206); }
td.TdClassName
{
border-color: #B576CE;
}
.TagClassName
{
border-color: #B576CE;
}
</style>