Shades of East Side #B578CE
Tints of East Side #B578CE
RGB
CMYK
RGB Variations
Color information
#B578CE (or 0xB578CE) is known color: East Side. HEX triplet: B5, 78 and CE. RGB value is (181,120,206). Sum of RGB (Red+Green+Blue) = 181+120+206=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #B578CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578CE is #4A8731. Grayscale: #939393. Windows color (decimal): -4884274 or 13531317. OLE color: 13531317.
HSL color Cylindrical-coordinate representation of color #B578CE: hue angle of 282.56º 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 #B578CE is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 120 | 206 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.19 |
| HSL | 282.56º | 0.47% | 0.64% | - |
| HSV(B) | 282.56º | 0.42% | 0.81% | - |
| XYZ | 36.91 | 27.71 | 61.8 | - |
| YUV | 148.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 206 | 0.12 | 0.42 | 0 | 0.19 | 282.56 | 0.47 | 0.64 |
| Hex | B5 | 78 | CE | C | 2A | 0 | 13 | 11B | 2F | 40 |
| Octal | 265 | 170 | 316 | 14 | 52 | 0 | 23 | 433 | 57 | 100 |
| Binary | 10110101 | 1111000 | 11001110 | 1100 | 101010 | 0 | 10011 | 100011011 | 101111 | 1000000 |
Color Harmonies of #B578CE
Complementary color
Monochromatic Colors of #B578CE
Black with #B578CE
Text Example
Text Example
White with #B578CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B578CE; }
p { color: rgb(181,120,206); }
H1.HeaderClassName
{
color: #B578CE;
}
.AnyTagClassName
{
color: #B578CE;
}
</style>
background-color css
<style>
a { background-color: #B578CE; }
a { background-color: rgb(181,120,206); }
div.DivClassName
{
background-color: #B578CE;
}
.BgClassName
{
background-color: #B578CE;
}
</style>
border-color css
<style>
span { border-color: #B578CE; }
span { border-color: rgb(181,120,206); }
td.TdClassName
{
border-color: #B578CE;
}
.TagClassName
{
border-color: #B578CE;
}
</style>