Shades of East Side #B57CBA
Tints of East Side #B57CBA
RGB
CMYK
RGB Variations
Color information
#B57CBA (or 0xB57CBA) is known color: East Side. HEX triplet: B5, 7C and BA. RGB value is (181,124,186). Sum of RGB (Red+Green+Blue) = 181+124+186=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #B57CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CBA is #4A8345. Grayscale: #939393. Windows color (decimal): -4883270 or 12221621. OLE color: 12221621.
HSL color Cylindrical-coordinate representation of color #B57CBA: hue angle of 295.16º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57CBA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 124 | 186 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.27 |
| HSL | 295.16º | 0.31% | 0.61% | - |
| HSV(B) | 295.16º | 0.33% | 0.73% | - |
| XYZ | 35.13 | 27.78 | 49.97 | - |
| YUV | 148.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 186 | 0.03 | 0.33 | 0 | 0.27 | 295.16 | 0.31 | 0.61 |
| Hex | B5 | 7C | BA | 3 | 21 | 0 | 1B | 127 | 1F | 3D |
| Octal | 265 | 174 | 272 | 3 | 41 | 0 | 33 | 447 | 37 | 75 |
| Binary | 10110101 | 1111100 | 10111010 | 11 | 100001 | 0 | 11011 | 100100111 | 11111 | 111101 |
Color Harmonies of #B57CBA
Complementary color
Monochromatic Colors of #B57CBA
Black with #B57CBA
Text Example
Text Example
White with #B57CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CBA; }
p { color: rgb(181,124,186); }
H1.HeaderClassName
{
color: #B57CBA;
}
.AnyTagClassName
{
color: #B57CBA;
}
</style>
background-color css
<style>
a { background-color: #B57CBA; }
a { background-color: rgb(181,124,186); }
div.DivClassName
{
background-color: #B57CBA;
}
.BgClassName
{
background-color: #B57CBA;
}
</style>
border-color css
<style>
span { border-color: #B57CBA; }
span { border-color: rgb(181,124,186); }
td.TdClassName
{
border-color: #B57CBA;
}
.TagClassName
{
border-color: #B57CBA;
}
</style>