Shades of East Side #B57AD0
Tints of East Side #B57AD0
RGB
CMYK
RGB Variations
Color information
#B57AD0 (or 0xB57AD0) is known color: East Side. HEX triplet: B5, 7A and D0. RGB value is (181,122,208). Sum of RGB (Red+Green+Blue) = 181+122+208=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #B57AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AD0 is #4A852F. Grayscale: #959595. Windows color (decimal): -4883760 or 13662901. OLE color: 13662901.
HSL color Cylindrical-coordinate representation of color #B57AD0: hue angle of 281.16º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B57AD0 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 122 | 208 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.18 |
| HSL | 281.16º | 0.48% | 0.65% | - |
| HSV(B) | 281.16º | 0.41% | 0.82% | - |
| XYZ | 37.4 | 28.3 | 63.17 | - |
| YUV | 149.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 208 | 0.13 | 0.41 | 0 | 0.18 | 281.16 | 0.48 | 0.65 |
| Hex | B5 | 7A | D0 | D | 29 | 0 | 12 | 119 | 30 | 41 |
| Octal | 265 | 172 | 320 | 15 | 51 | 0 | 22 | 431 | 60 | 101 |
| Binary | 10110101 | 1111010 | 11010000 | 1101 | 101001 | 0 | 10010 | 100011001 | 110000 | 1000001 |
Color Harmonies of #B57AD0
Complementary color
Monochromatic Colors of #B57AD0
Black with #B57AD0
Text Example
Text Example
White with #B57AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57AD0; }
p { color: rgb(181,122,208); }
H1.HeaderClassName
{
color: #B57AD0;
}
.AnyTagClassName
{
color: #B57AD0;
}
</style>
background-color css
<style>
a { background-color: #B57AD0; }
a { background-color: rgb(181,122,208); }
div.DivClassName
{
background-color: #B57AD0;
}
.BgClassName
{
background-color: #B57AD0;
}
</style>
border-color css
<style>
span { border-color: #B57AD0; }
span { border-color: rgb(181,122,208); }
td.TdClassName
{
border-color: #B57AD0;
}
.TagClassName
{
border-color: #B57AD0;
}
</style>