Shades of East Side #B57DCA
Tints of East Side #B57DCA
RGB
CMYK
RGB Variations
Color information
#B57DCA (or 0xB57DCA) is known color: East Side. HEX triplet: B5, 7D and CA. RGB value is (181,125,202). Sum of RGB (Red+Green+Blue) = 181+125+202=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #B57DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DCA is #4A8235. Grayscale: #969696. Windows color (decimal): -4882998 or 13270453. OLE color: 13270453.
HSL color Cylindrical-coordinate representation of color #B57DCA: hue angle of 283.64º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57DCA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 125 | 202 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.21 |
| HSL | 283.64º | 0.42% | 0.64% | - |
| HSV(B) | 283.64º | 0.38% | 0.79% | - |
| XYZ | 37.05 | 28.76 | 59.47 | - |
| YUV | 150.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 202 | 0.10 | 0.38 | 0 | 0.21 | 283.64 | 0.42 | 0.64 |
| Hex | B5 | 7D | CA | A | 26 | 0 | 15 | 11C | 2A | 40 |
| Octal | 265 | 175 | 312 | 12 | 46 | 0 | 25 | 434 | 52 | 100 |
| Binary | 10110101 | 1111101 | 11001010 | 1010 | 100110 | 0 | 10101 | 100011100 | 101010 | 1000000 |
Color Harmonies of #B57DCA
Complementary color
Monochromatic Colors of #B57DCA
Black with #B57DCA
Text Example
Text Example
White with #B57DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DCA; }
p { color: rgb(181,125,202); }
H1.HeaderClassName
{
color: #B57DCA;
}
.AnyTagClassName
{
color: #B57DCA;
}
</style>
background-color css
<style>
a { background-color: #B57DCA; }
a { background-color: rgb(181,125,202); }
div.DivClassName
{
background-color: #B57DCA;
}
.BgClassName
{
background-color: #B57DCA;
}
</style>
border-color css
<style>
span { border-color: #B57DCA; }
span { border-color: rgb(181,125,202); }
td.TdClassName
{
border-color: #B57DCA;
}
.TagClassName
{
border-color: #B57DCA;
}
</style>