Shades of East Side #B474BA
Tints of East Side #B474BA
RGB
CMYK
RGB Variations
Color information
#B474BA (or 0xB474BA) is known color: East Side. HEX triplet: B4, 74 and BA. RGB value is (180,116,186). Sum of RGB (Red+Green+Blue) = 180+116+186=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B474BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474BA is #4B8B45. Grayscale: #8E8E8E. Windows color (decimal): -4950854 or 12219572. OLE color: 12219572.
HSL color Cylindrical-coordinate representation of color #B474BA: hue angle of 294.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B474BA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 116 | 186 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.27 |
| HSL | 294.86º | 0.34% | 0.59% | - |
| HSV(B) | 294.86º | 0.38% | 0.73% | - |
| XYZ | 33.93 | 25.74 | 49.63 | - |
| YUV | 143.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 186 | 0.03 | 0.38 | 0 | 0.27 | 294.86 | 0.34 | 0.59 |
| Hex | B4 | 74 | BA | 3 | 26 | 0 | 1B | 127 | 22 | 3B |
| Octal | 264 | 164 | 272 | 3 | 46 | 0 | 33 | 447 | 42 | 73 |
| Binary | 10110100 | 1110100 | 10111010 | 11 | 100110 | 0 | 11011 | 100100111 | 100010 | 111011 |
Color Harmonies of #B474BA
Complementary color
Monochromatic Colors of #B474BA
Black with #B474BA
Text Example
Text Example
White with #B474BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B474BA; }
p { color: rgb(180,116,186); }
H1.HeaderClassName
{
color: #B474BA;
}
.AnyTagClassName
{
color: #B474BA;
}
</style>
background-color css
<style>
a { background-color: #B474BA; }
a { background-color: rgb(180,116,186); }
div.DivClassName
{
background-color: #B474BA;
}
.BgClassName
{
background-color: #B474BA;
}
</style>
border-color css
<style>
span { border-color: #B474BA; }
span { border-color: rgb(180,116,186); }
td.TdClassName
{
border-color: #B474BA;
}
.TagClassName
{
border-color: #B474BA;
}
</style>