Shades of East Side #B47ACD
Tints of East Side #B47ACD
RGB
CMYK
RGB Variations
Color information
#B47ACD (or 0xB47ACD) is known color: East Side. HEX triplet: B4, 7A and CD. RGB value is (180,122,205). Sum of RGB (Red+Green+Blue) = 180+122+205=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #B47ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ACD is #4B8532. Grayscale: #949494. Windows color (decimal): -4949299 or 13466292. OLE color: 13466292.
HSL color Cylindrical-coordinate representation of color #B47ACD: hue angle of 281.93º 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 #B47ACD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 122 | 205 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.20 |
| HSL | 281.93º | 0.45% | 0.64% | - |
| HSV(B) | 281.93º | 0.4% | 0.8% | - |
| XYZ | 36.8 | 28.03 | 61.23 | - |
| YUV | 148.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 205 | 0.12 | 0.40 | 0 | 0.20 | 281.93 | 0.45 | 0.64 |
| Hex | B4 | 7A | CD | C | 28 | 0 | 14 | 11A | 2D | 40 |
| Octal | 264 | 172 | 315 | 14 | 50 | 0 | 24 | 432 | 55 | 100 |
| Binary | 10110100 | 1111010 | 11001101 | 1100 | 101000 | 0 | 10100 | 100011010 | 101101 | 1000000 |
Color Harmonies of #B47ACD
Complementary color
Monochromatic Colors of #B47ACD
Black with #B47ACD
Text Example
Text Example
White with #B47ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47ACD; }
p { color: rgb(180,122,205); }
H1.HeaderClassName
{
color: #B47ACD;
}
.AnyTagClassName
{
color: #B47ACD;
}
</style>
background-color css
<style>
a { background-color: #B47ACD; }
a { background-color: rgb(180,122,205); }
div.DivClassName
{
background-color: #B47ACD;
}
.BgClassName
{
background-color: #B47ACD;
}
</style>
border-color css
<style>
span { border-color: #B47ACD; }
span { border-color: rgb(180,122,205); }
td.TdClassName
{
border-color: #B47ACD;
}
.TagClassName
{
border-color: #B47ACD;
}
</style>