Shades of East Side #B57DC1
Tints of East Side #B57DC1
RGB
CMYK
RGB Variations
Color information
#B57DC1 (or 0xB57DC1) is known color: East Side. HEX triplet: B5, 7D and C1. RGB value is (181,125,193). Sum of RGB (Red+Green+Blue) = 181+125+193=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #B57DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DC1 is #4A823E. Grayscale: #959595. Windows color (decimal): -4883007 or 12680629. OLE color: 12680629.
HSL color Cylindrical-coordinate representation of color #B57DC1: hue angle of 289.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57DC1 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 125 | 193 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.24 |
| HSL | 289.41º | 0.35% | 0.62% | - |
| HSV(B) | 289.41º | 0.35% | 0.76% | - |
| XYZ | 36.02 | 28.34 | 54.02 | - |
| YUV | 149.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 193 | 0.06 | 0.35 | 0 | 0.24 | 289.41 | 0.35 | 0.62 |
| Hex | B5 | 7D | C1 | 6 | 23 | 0 | 18 | 121 | 23 | 3E |
| Octal | 265 | 175 | 301 | 6 | 43 | 0 | 30 | 441 | 43 | 76 |
| Binary | 10110101 | 1111101 | 11000001 | 110 | 100011 | 0 | 11000 | 100100001 | 100011 | 111110 |
Color Harmonies of #B57DC1
Complementary color
Monochromatic Colors of #B57DC1
Black with #B57DC1
Text Example
Text Example
White with #B57DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DC1; }
p { color: rgb(181,125,193); }
H1.HeaderClassName
{
color: #B57DC1;
}
.AnyTagClassName
{
color: #B57DC1;
}
</style>
background-color css
<style>
a { background-color: #B57DC1; }
a { background-color: rgb(181,125,193); }
div.DivClassName
{
background-color: #B57DC1;
}
.BgClassName
{
background-color: #B57DC1;
}
</style>
border-color css
<style>
span { border-color: #B57DC1; }
span { border-color: rgb(181,125,193); }
td.TdClassName
{
border-color: #B57DC1;
}
.TagClassName
{
border-color: #B57DC1;
}
</style>