Shades of East Side #B578CA
Tints of East Side #B578CA
RGB
CMYK
RGB Variations
Color information
#B578CA (or 0xB578CA) is known color: East Side. HEX triplet: B5, 78 and CA. RGB value is (181,120,202). Sum of RGB (Red+Green+Blue) = 181+120+202=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #B578CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578CA is #4A8735. Grayscale: #939393. Windows color (decimal): -4884278 or 13269173. OLE color: 13269173.
HSL color Cylindrical-coordinate representation of color #B578CA: hue angle of 284.63º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B578CA is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 120 | 202 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.21 |
| HSL | 284.63º | 0.44% | 0.63% | - |
| HSV(B) | 284.63º | 0.41% | 0.79% | - |
| XYZ | 36.43 | 27.52 | 59.27 | - |
| YUV | 147.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 202 | 0.10 | 0.41 | 0 | 0.21 | 284.63 | 0.44 | 0.63 |
| Hex | B5 | 78 | CA | A | 29 | 0 | 15 | 11D | 2C | 3F |
| Octal | 265 | 170 | 312 | 12 | 51 | 0 | 25 | 435 | 54 | 77 |
| Binary | 10110101 | 1111000 | 11001010 | 1010 | 101001 | 0 | 10101 | 100011101 | 101100 | 111111 |
Color Harmonies of #B578CA
Complementary color
Monochromatic Colors of #B578CA
Black with #B578CA
Text Example
Text Example
White with #B578CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B578CA; }
p { color: rgb(181,120,202); }
H1.HeaderClassName
{
color: #B578CA;
}
.AnyTagClassName
{
color: #B578CA;
}
</style>
background-color css
<style>
a { background-color: #B578CA; }
a { background-color: rgb(181,120,202); }
div.DivClassName
{
background-color: #B578CA;
}
.BgClassName
{
background-color: #B578CA;
}
</style>
border-color css
<style>
span { border-color: #B578CA; }
span { border-color: rgb(181,120,202); }
td.TdClassName
{
border-color: #B578CA;
}
.TagClassName
{
border-color: #B578CA;
}
</style>