Shades of East Side #B576D0
Tints of East Side #B576D0
RGB
CMYK
RGB Variations
Color information
#B576D0 (or 0xB576D0) is known color: East Side. HEX triplet: B5, 76 and D0. RGB value is (181,118,208). Sum of RGB (Red+Green+Blue) = 181+118+208=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #B576D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576D0 is #4A892F. Grayscale: #929292. Windows color (decimal): -4884784 or 13661877. OLE color: 13661877.
HSL color Cylindrical-coordinate representation of color #B576D0: hue angle of 282º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B576D0 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 118 | 208 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.18 |
| HSL | 282º | 0.49% | 0.64% | - |
| HSV(B) | 282º | 0.43% | 0.82% | - |
| XYZ | 36.92 | 27.33 | 63 | - |
| YUV | 147.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 208 | 0.13 | 0.43 | 0 | 0.18 | 282 | 0.49 | 0.64 |
| Hex | B5 | 76 | D0 | D | 2B | 0 | 12 | 11A | 31 | 40 |
| Octal | 265 | 166 | 320 | 15 | 53 | 0 | 22 | 432 | 61 | 100 |
| Binary | 10110101 | 1110110 | 11010000 | 1101 | 101011 | 0 | 10010 | 100011010 | 110001 | 1000000 |
Color Harmonies of #B576D0
Complementary color
Monochromatic Colors of #B576D0
Black with #B576D0
Text Example
Text Example
White with #B576D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B576D0; }
p { color: rgb(181,118,208); }
H1.HeaderClassName
{
color: #B576D0;
}
.AnyTagClassName
{
color: #B576D0;
}
</style>
background-color css
<style>
a { background-color: #B576D0; }
a { background-color: rgb(181,118,208); }
div.DivClassName
{
background-color: #B576D0;
}
.BgClassName
{
background-color: #B576D0;
}
</style>
border-color css
<style>
span { border-color: #B576D0; }
span { border-color: rgb(181,118,208); }
td.TdClassName
{
border-color: #B576D0;
}
.TagClassName
{
border-color: #B576D0;
}
</style>