Shades of East Side #B57ACD
Tints of East Side #B57ACD
RGB
CMYK
RGB Variations
Color information
#B57ACD (or 0xB57ACD) is known color: East Side. HEX triplet: B5, 7A and CD. RGB value is (181,122,205). Sum of RGB (Red+Green+Blue) = 181+122+205=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #B57ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ACD is #4A8532. Grayscale: #949494. Windows color (decimal): -4883763 or 13466293. OLE color: 13466293.
HSL color Cylindrical-coordinate representation of color #B57ACD: hue angle of 282.65º 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 #B57ACD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 122 | 205 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.20 |
| HSL | 282.65º | 0.45% | 0.64% | - |
| HSV(B) | 282.65º | 0.4% | 0.8% | - |
| XYZ | 37.04 | 28.15 | 61.24 | - |
| YUV | 149.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 205 | 0.12 | 0.40 | 0 | 0.20 | 282.65 | 0.45 | 0.64 |
| Hex | B5 | 7A | CD | C | 28 | 0 | 14 | 11B | 2D | 40 |
| Octal | 265 | 172 | 315 | 14 | 50 | 0 | 24 | 433 | 55 | 100 |
| Binary | 10110101 | 1111010 | 11001101 | 1100 | 101000 | 0 | 10100 | 100011011 | 101101 | 1000000 |
Color Harmonies of #B57ACD
Complementary color
Monochromatic Colors of #B57ACD
Black with #B57ACD
Text Example
Text Example
White with #B57ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57ACD; }
p { color: rgb(181,122,205); }
H1.HeaderClassName
{
color: #B57ACD;
}
.AnyTagClassName
{
color: #B57ACD;
}
</style>
background-color css
<style>
a { background-color: #B57ACD; }
a { background-color: rgb(181,122,205); }
div.DivClassName
{
background-color: #B57ACD;
}
.BgClassName
{
background-color: #B57ACD;
}
</style>
border-color css
<style>
span { border-color: #B57ACD; }
span { border-color: rgb(181,122,205); }
td.TdClassName
{
border-color: #B57ACD;
}
.TagClassName
{
border-color: #B57ACD;
}
</style>