Shades of East Side #B578CB
Tints of East Side #B578CB
RGB
CMYK
RGB Variations
Color information
#B578CB (or 0xB578CB) is known color: East Side. HEX triplet: B5, 78 and CB. RGB value is (181,120,203). Sum of RGB (Red+Green+Blue) = 181+120+203=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #B578CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578CB is #4A8734. Grayscale: #939393. Windows color (decimal): -4884277 or 13334709. OLE color: 13334709.
HSL color Cylindrical-coordinate representation of color #B578CB: hue angle of 284.1º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B578CB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 120 | 203 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.20 |
| HSL | 284.1º | 0.44% | 0.63% | - |
| HSV(B) | 284.1º | 0.41% | 0.8% | - |
| XYZ | 36.55 | 27.57 | 59.89 | - |
| YUV | 147.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 203 | 0.11 | 0.41 | 0 | 0.20 | 284.1 | 0.44 | 0.63 |
| Hex | B5 | 78 | CB | B | 29 | 0 | 14 | 11C | 2C | 3F |
| Octal | 265 | 170 | 313 | 13 | 51 | 0 | 24 | 434 | 54 | 77 |
| Binary | 10110101 | 1111000 | 11001011 | 1011 | 101001 | 0 | 10100 | 100011100 | 101100 | 111111 |
Color Harmonies of #B578CB
Complementary color
Monochromatic Colors of #B578CB
Black with #B578CB
Text Example
Text Example
White with #B578CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B578CB; }
p { color: rgb(181,120,203); }
H1.HeaderClassName
{
color: #B578CB;
}
.AnyTagClassName
{
color: #B578CB;
}
</style>
background-color css
<style>
a { background-color: #B578CB; }
a { background-color: rgb(181,120,203); }
div.DivClassName
{
background-color: #B578CB;
}
.BgClassName
{
background-color: #B578CB;
}
</style>
border-color css
<style>
span { border-color: #B578CB; }
span { border-color: rgb(181,120,203); }
td.TdClassName
{
border-color: #B578CB;
}
.TagClassName
{
border-color: #B578CB;
}
</style>