Shades of East Side #B47AD4
Tints of East Side #B47AD4
RGB
CMYK
RGB Variations
Color information
#B47AD4 (or 0xB47AD4) is known color: East Side. HEX triplet: B4, 7A and D4. RGB value is (180,122,212). Sum of RGB (Red+Green+Blue) = 180+122+212=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #B47AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AD4 is #4B852B. Grayscale: #959595. Windows color (decimal): -4949292 or 13925044. OLE color: 13925044.
HSL color Cylindrical-coordinate representation of color #B47AD4: hue angle of 278.67º degrees, saturation: 0.51, 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 #B47AD4 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 122 | 212 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.17 |
| HSL | 278.67º | 0.51% | 0.65% | - |
| HSV(B) | 278.67º | 0.42% | 0.83% | - |
| XYZ | 37.67 | 28.38 | 65.78 | - |
| YUV | 149.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 212 | 0.15 | 0.42 | 0 | 0.17 | 278.67 | 0.51 | 0.65 |
| Hex | B4 | 7A | D4 | F | 2A | 0 | 11 | 117 | 33 | 41 |
| Octal | 264 | 172 | 324 | 17 | 52 | 0 | 21 | 427 | 63 | 101 |
| Binary | 10110100 | 1111010 | 11010100 | 1111 | 101010 | 0 | 10001 | 100010111 | 110011 | 1000001 |
Color Harmonies of #B47AD4
Complementary color
Monochromatic Colors of #B47AD4
Black with #B47AD4
Text Example
Text Example
White with #B47AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47AD4; }
p { color: rgb(180,122,212); }
H1.HeaderClassName
{
color: #B47AD4;
}
.AnyTagClassName
{
color: #B47AD4;
}
</style>
background-color css
<style>
a { background-color: #B47AD4; }
a { background-color: rgb(180,122,212); }
div.DivClassName
{
background-color: #B47AD4;
}
.BgClassName
{
background-color: #B47AD4;
}
</style>
border-color css
<style>
span { border-color: #B47AD4; }
span { border-color: rgb(180,122,212); }
td.TdClassName
{
border-color: #B47AD4;
}
.TagClassName
{
border-color: #B47AD4;
}
</style>