Shades of East Side #B57EC1
Tints of East Side #B57EC1
RGB
CMYK
RGB Variations
Color information
#B57EC1 (or 0xB57EC1) is known color: East Side. HEX triplet: B5, 7E and C1. RGB value is (181,126,193). Sum of RGB (Red+Green+Blue) = 181+126+193=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #B57EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EC1 is #4A813E. Grayscale: #959595. Windows color (decimal): -4882751 or 12680885. OLE color: 12680885.
HSL color Cylindrical-coordinate representation of color #B57EC1: hue angle of 289.25º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57EC1 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 126 | 193 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.24 |
| HSL | 289.25º | 0.35% | 0.63% | - |
| HSV(B) | 289.25º | 0.35% | 0.76% | - |
| XYZ | 36.14 | 28.6 | 54.07 | - |
| YUV | 150.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 193 | 0.06 | 0.35 | 0 | 0.24 | 289.25 | 0.35 | 0.63 |
| Hex | B5 | 7E | C1 | 6 | 23 | 0 | 18 | 121 | 23 | 3F |
| Octal | 265 | 176 | 301 | 6 | 43 | 0 | 30 | 441 | 43 | 77 |
| Binary | 10110101 | 1111110 | 11000001 | 110 | 100011 | 0 | 11000 | 100100001 | 100011 | 111111 |
Color Harmonies of #B57EC1
Complementary color
Monochromatic Colors of #B57EC1
Black with #B57EC1
Text Example
Text Example
White with #B57EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57EC1; }
p { color: rgb(181,126,193); }
H1.HeaderClassName
{
color: #B57EC1;
}
.AnyTagClassName
{
color: #B57EC1;
}
</style>
background-color css
<style>
a { background-color: #B57EC1; }
a { background-color: rgb(181,126,193); }
div.DivClassName
{
background-color: #B57EC1;
}
.BgClassName
{
background-color: #B57EC1;
}
</style>
border-color css
<style>
span { border-color: #B57EC1; }
span { border-color: rgb(181,126,193); }
td.TdClassName
{
border-color: #B57EC1;
}
.TagClassName
{
border-color: #B57EC1;
}
</style>