Shades of East Side #B57DCB
Tints of East Side #B57DCB
RGB
CMYK
RGB Variations
Color information
#B57DCB (or 0xB57DCB) is known color: East Side. HEX triplet: B5, 7D and CB. RGB value is (181,125,203). Sum of RGB (Red+Green+Blue) = 181+125+203=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #B57DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DCB is #4A8234. Grayscale: #969696. Windows color (decimal): -4882997 or 13335989. OLE color: 13335989.
HSL color Cylindrical-coordinate representation of color #B57DCB: hue angle of 283.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57DCB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 125 | 203 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.20 |
| HSL | 283.08º | 0.43% | 0.64% | - |
| HSV(B) | 283.08º | 0.38% | 0.8% | - |
| XYZ | 37.17 | 28.8 | 60.1 | - |
| YUV | 150.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 203 | 0.11 | 0.38 | 0 | 0.20 | 283.08 | 0.43 | 0.64 |
| Hex | B5 | 7D | CB | B | 26 | 0 | 14 | 11B | 2B | 40 |
| Octal | 265 | 175 | 313 | 13 | 46 | 0 | 24 | 433 | 53 | 100 |
| Binary | 10110101 | 1111101 | 11001011 | 1011 | 100110 | 0 | 10100 | 100011011 | 101011 | 1000000 |
Color Harmonies of #B57DCB
Complementary color
Monochromatic Colors of #B57DCB
Black with #B57DCB
Text Example
Text Example
White with #B57DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DCB; }
p { color: rgb(181,125,203); }
H1.HeaderClassName
{
color: #B57DCB;
}
.AnyTagClassName
{
color: #B57DCB;
}
</style>
background-color css
<style>
a { background-color: #B57DCB; }
a { background-color: rgb(181,125,203); }
div.DivClassName
{
background-color: #B57DCB;
}
.BgClassName
{
background-color: #B57DCB;
}
</style>
border-color css
<style>
span { border-color: #B57DCB; }
span { border-color: rgb(181,125,203); }
td.TdClassName
{
border-color: #B57DCB;
}
.TagClassName
{
border-color: #B57DCB;
}
</style>