Shades of East Side #B57DC5
Tints of East Side #B57DC5
RGB
CMYK
RGB Variations
Color information
#B57DC5 (or 0xB57DC5) is known color: East Side. HEX triplet: B5, 7D and C5. RGB value is (181,125,197). Sum of RGB (Red+Green+Blue) = 181+125+197=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #B57DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DC5 is #4A823A. Grayscale: #959595. Windows color (decimal): -4883003 or 12942773. OLE color: 12942773.
HSL color Cylindrical-coordinate representation of color #B57DC5: hue angle of 286.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57DC5 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 125 | 197 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.23 |
| HSL | 286.67º | 0.38% | 0.63% | - |
| HSV(B) | 286.67º | 0.37% | 0.77% | - |
| XYZ | 36.47 | 28.52 | 56.41 | - |
| YUV | 149.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 197 | 0.08 | 0.37 | 0 | 0.23 | 286.67 | 0.38 | 0.63 |
| Hex | B5 | 7D | C5 | 8 | 25 | 0 | 17 | 11F | 26 | 3F |
| Octal | 265 | 175 | 305 | 10 | 45 | 0 | 27 | 437 | 46 | 77 |
| Binary | 10110101 | 1111101 | 11000101 | 1000 | 100101 | 0 | 10111 | 100011111 | 100110 | 111111 |
Color Harmonies of #B57DC5
Complementary color
Monochromatic Colors of #B57DC5
Black with #B57DC5
Text Example
Text Example
White with #B57DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DC5; }
p { color: rgb(181,125,197); }
H1.HeaderClassName
{
color: #B57DC5;
}
.AnyTagClassName
{
color: #B57DC5;
}
</style>
background-color css
<style>
a { background-color: #B57DC5; }
a { background-color: rgb(181,125,197); }
div.DivClassName
{
background-color: #B57DC5;
}
.BgClassName
{
background-color: #B57DC5;
}
</style>
border-color css
<style>
span { border-color: #B57DC5; }
span { border-color: rgb(181,125,197); }
td.TdClassName
{
border-color: #B57DC5;
}
.TagClassName
{
border-color: #B57DC5;
}
</style>