Shades of East Side #B57BCD
Tints of East Side #B57BCD
RGB
CMYK
RGB Variations
Color information
#B57BCD (or 0xB57BCD) is known color: East Side. HEX triplet: B5, 7B and CD. RGB value is (181,123,205). Sum of RGB (Red+Green+Blue) = 181+123+205=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #B57BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BCD is #4A8432. Grayscale: #959595. Windows color (decimal): -4883507 or 13466549. OLE color: 13466549.
HSL color Cylindrical-coordinate representation of color #B57BCD: hue angle of 282.44º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B57BCD is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 123 | 205 | - |
| CMYK | 0.12 | 0.4 | 0 | 0.20 |
| HSL | 282.44º | 0.45% | 0.64% | - |
| HSV(B) | 282.44º | 0.4% | 0.8% | - |
| XYZ | 37.16 | 28.4 | 61.28 | - |
| YUV | 149.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 205 | 0.12 | 0.4 | 0 | 0.20 | 282.44 | 0.45 | 0.64 |
| Hex | B5 | 7B | CD | C | 28 | 0 | 14 | 11A | 2D | 40 |
| Octal | 265 | 173 | 315 | 14 | 50 | 0 | 24 | 432 | 55 | 100 |
| Binary | 10110101 | 1111011 | 11001101 | 1100 | 101000 | 0 | 10100 | 100011010 | 101101 | 1000000 |
Color Harmonies of #B57BCD
Complementary color
Monochromatic Colors of #B57BCD
Black with #B57BCD
Text Example
Text Example
White with #B57BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BCD; }
p { color: rgb(181,123,205); }
H1.HeaderClassName
{
color: #B57BCD;
}
.AnyTagClassName
{
color: #B57BCD;
}
</style>
background-color css
<style>
a { background-color: #B57BCD; }
a { background-color: rgb(181,123,205); }
div.DivClassName
{
background-color: #B57BCD;
}
.BgClassName
{
background-color: #B57BCD;
}
</style>
border-color css
<style>
span { border-color: #B57BCD; }
span { border-color: rgb(181,123,205); }
td.TdClassName
{
border-color: #B57BCD;
}
.TagClassName
{
border-color: #B57BCD;
}
</style>