Shades of East Side #B57CDB
Tints of East Side #B57CDB
RGB
CMYK
RGB Variations
Color information
#B57CDB (or 0xB57CDB) is known color: East Side. HEX triplet: B5, 7C and DB. RGB value is (181,124,219). Sum of RGB (Red+Green+Blue) = 181+124+219=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #B57CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CDB is #4A8324. Grayscale: #979797. Windows color (decimal): -4883237 or 14384309. OLE color: 14384309.
HSL color Cylindrical-coordinate representation of color #B57CDB: hue angle of 276º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57CDB is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 124 | 219 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.14 |
| HSL | 276º | 0.57% | 0.67% | - |
| HSV(B) | 276º | 0.43% | 0.86% | - |
| XYZ | 39.05 | 29.35 | 70.63 | - |
| YUV | 151.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 219 | 0.17 | 0.43 | 0 | 0.14 | 276 | 0.57 | 0.67 |
| Hex | B5 | 7C | DB | 11 | 2B | 0 | E | 114 | 39 | 43 |
| Octal | 265 | 174 | 333 | 21 | 53 | 0 | 16 | 424 | 71 | 103 |
| Binary | 10110101 | 1111100 | 11011011 | 10001 | 101011 | 0 | 1110 | 100010100 | 111001 | 1000011 |
Color Harmonies of #B57CDB
Complementary color
Monochromatic Colors of #B57CDB
Black with #B57CDB
Text Example
Text Example
White with #B57CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CDB; }
p { color: rgb(181,124,219); }
H1.HeaderClassName
{
color: #B57CDB;
}
.AnyTagClassName
{
color: #B57CDB;
}
</style>
background-color css
<style>
a { background-color: #B57CDB; }
a { background-color: rgb(181,124,219); }
div.DivClassName
{
background-color: #B57CDB;
}
.BgClassName
{
background-color: #B57CDB;
}
</style>
border-color css
<style>
span { border-color: #B57CDB; }
span { border-color: rgb(181,124,219); }
td.TdClassName
{
border-color: #B57CDB;
}
.TagClassName
{
border-color: #B57CDB;
}
</style>