Shades of East Side #B57AD3
Tints of East Side #B57AD3
RGB
CMYK
RGB Variations
Color information
#B57AD3 (or 0xB57AD3) is known color: East Side. HEX triplet: B5, 7A and D3. RGB value is (181,122,211). Sum of RGB (Red+Green+Blue) = 181+122+211=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #B57AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AD3 is #4A852C. Grayscale: #959595. Windows color (decimal): -4883757 or 13859509. OLE color: 13859509.
HSL color Cylindrical-coordinate representation of color #B57AD3: hue angle of 279.78º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57AD3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 122 | 211 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.17 |
| HSL | 279.78º | 0.5% | 0.65% | - |
| HSV(B) | 279.78º | 0.42% | 0.83% | - |
| XYZ | 37.77 | 28.45 | 65.13 | - |
| YUV | 149.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 211 | 0.14 | 0.42 | 0 | 0.17 | 279.78 | 0.5 | 0.65 |
| Hex | B5 | 7A | D3 | E | 2A | 0 | 11 | 118 | 32 | 41 |
| Octal | 265 | 172 | 323 | 16 | 52 | 0 | 21 | 430 | 62 | 101 |
| Binary | 10110101 | 1111010 | 11010011 | 1110 | 101010 | 0 | 10001 | 100011000 | 110010 | 1000001 |
Color Harmonies of #B57AD3
Complementary color
Monochromatic Colors of #B57AD3
Black with #B57AD3
Text Example
Text Example
White with #B57AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57AD3; }
p { color: rgb(181,122,211); }
H1.HeaderClassName
{
color: #B57AD3;
}
.AnyTagClassName
{
color: #B57AD3;
}
</style>
background-color css
<style>
a { background-color: #B57AD3; }
a { background-color: rgb(181,122,211); }
div.DivClassName
{
background-color: #B57AD3;
}
.BgClassName
{
background-color: #B57AD3;
}
</style>
border-color css
<style>
span { border-color: #B57AD3; }
span { border-color: rgb(181,122,211); }
td.TdClassName
{
border-color: #B57AD3;
}
.TagClassName
{
border-color: #B57AD3;
}
</style>