Shades of East Side #B578BF
Tints of East Side #B578BF
RGB
CMYK
RGB Variations
Color information
#B578BF (or 0xB578BF) is known color: East Side. HEX triplet: B5, 78 and BF. RGB value is (181,120,191). Sum of RGB (Red+Green+Blue) = 181+120+191=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #B578BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578BF is #4A8740. Grayscale: #929292. Windows color (decimal): -4884289 or 12548277. OLE color: 12548277.
HSL color Cylindrical-coordinate representation of color #B578BF: hue angle of 291.55º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B578BF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 120 | 191 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.25 |
| HSL | 291.55º | 0.36% | 0.61% | - |
| HSV(B) | 291.55º | 0.37% | 0.75% | - |
| XYZ | 35.18 | 27.02 | 52.65 | - |
| YUV | 146.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 191 | 0.05 | 0.37 | 0 | 0.25 | 291.55 | 0.36 | 0.61 |
| Hex | B5 | 78 | BF | 5 | 25 | 0 | 19 | 124 | 24 | 3D |
| Octal | 265 | 170 | 277 | 5 | 45 | 0 | 31 | 444 | 44 | 75 |
| Binary | 10110101 | 1111000 | 10111111 | 101 | 100101 | 0 | 11001 | 100100100 | 100100 | 111101 |
Color Harmonies of #B578BF
Complementary color
Monochromatic Colors of #B578BF
Black with #B578BF
Text Example
Text Example
White with #B578BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B578BF; }
p { color: rgb(181,120,191); }
H1.HeaderClassName
{
color: #B578BF;
}
.AnyTagClassName
{
color: #B578BF;
}
</style>
background-color css
<style>
a { background-color: #B578BF; }
a { background-color: rgb(181,120,191); }
div.DivClassName
{
background-color: #B578BF;
}
.BgClassName
{
background-color: #B578BF;
}
</style>
border-color css
<style>
span { border-color: #B578BF; }
span { border-color: rgb(181,120,191); }
td.TdClassName
{
border-color: #B578BF;
}
.TagClassName
{
border-color: #B578BF;
}
</style>