Shades of East Side #B47AD3
Tints of East Side #B47AD3
RGB
CMYK
RGB Variations
Color information
#B47AD3 (or 0xB47AD3) is known color: East Side. HEX triplet: B4, 7A and D3. RGB value is (180,122,211). Sum of RGB (Red+Green+Blue) = 180+122+211=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #B47AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AD3 is #4B852C. Grayscale: #959595. Windows color (decimal): -4949293 or 13859508. OLE color: 13859508.
HSL color Cylindrical-coordinate representation of color #B47AD3: hue angle of 279.1º 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 #B47AD3 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 122 | 211 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.17 |
| HSL | 279.1º | 0.5% | 0.65% | - |
| HSV(B) | 279.1º | 0.42% | 0.83% | - |
| XYZ | 37.54 | 28.33 | 65.12 | - |
| YUV | 149.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 211 | 0.15 | 0.42 | 0 | 0.17 | 279.1 | 0.5 | 0.65 |
| Hex | B4 | 7A | D3 | F | 2A | 0 | 11 | 117 | 32 | 41 |
| Octal | 264 | 172 | 323 | 17 | 52 | 0 | 21 | 427 | 62 | 101 |
| Binary | 10110100 | 1111010 | 11010011 | 1111 | 101010 | 0 | 10001 | 100010111 | 110010 | 1000001 |
Color Harmonies of #B47AD3
Complementary color
Monochromatic Colors of #B47AD3
Black with #B47AD3
Text Example
Text Example
White with #B47AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AD3; }
p { color: rgb(180,122,211); }
H1.HeaderClassName
{
color: #B47AD3;
}
.AnyTagClassName
{
color: #B47AD3;
}
</style>
background-color css
<style>
a { background-color: #B47AD3; }
a { background-color: rgb(180,122,211); }
div.DivClassName
{
background-color: #B47AD3;
}
.BgClassName
{
background-color: #B47AD3;
}
</style>
border-color css
<style>
span { border-color: #B47AD3; }
span { border-color: rgb(180,122,211); }
td.TdClassName
{
border-color: #B47AD3;
}
.TagClassName
{
border-color: #B47AD3;
}
</style>