Shades of East Side #B47ACE
Tints of East Side #B47ACE
RGB
CMYK
RGB Variations
Color information
#B47ACE (or 0xB47ACE) is known color: East Side. HEX triplet: B4, 7A and CE. RGB value is (180,122,206). Sum of RGB (Red+Green+Blue) = 180+122+206=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #B47ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ACE is #4B8531. Grayscale: #949494. Windows color (decimal): -4949298 or 13531828. OLE color: 13531828.
HSL color Cylindrical-coordinate representation of color #B47ACE: hue angle of 281.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47ACE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 122 | 206 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.19 |
| HSL | 281.43º | 0.46% | 0.64% | - |
| HSV(B) | 281.43º | 0.41% | 0.81% | - |
| XYZ | 36.92 | 28.08 | 61.87 | - |
| YUV | 148.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 206 | 0.13 | 0.41 | 0 | 0.19 | 281.43 | 0.46 | 0.64 |
| Hex | B4 | 7A | CE | D | 29 | 0 | 13 | 119 | 2E | 40 |
| Octal | 264 | 172 | 316 | 15 | 51 | 0 | 23 | 431 | 56 | 100 |
| Binary | 10110100 | 1111010 | 11001110 | 1101 | 101001 | 0 | 10011 | 100011001 | 101110 | 1000000 |
Color Harmonies of #B47ACE
Complementary color
Monochromatic Colors of #B47ACE
Black with #B47ACE
Text Example
Text Example
White with #B47ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47ACE; }
p { color: rgb(180,122,206); }
H1.HeaderClassName
{
color: #B47ACE;
}
.AnyTagClassName
{
color: #B47ACE;
}
</style>
background-color css
<style>
a { background-color: #B47ACE; }
a { background-color: rgb(180,122,206); }
div.DivClassName
{
background-color: #B47ACE;
}
.BgClassName
{
background-color: #B47ACE;
}
</style>
border-color css
<style>
span { border-color: #B47ACE; }
span { border-color: rgb(180,122,206); }
td.TdClassName
{
border-color: #B47ACE;
}
.TagClassName
{
border-color: #B47ACE;
}
</style>