Shades of East Side #B174BA
Tints of East Side #B174BA
RGB
CMYK
RGB Variations
Color information
#B174BA (or 0xB174BA) is known color: East Side. HEX triplet: B1, 74 and BA. RGB value is (177,116,186). Sum of RGB (Red+Green+Blue) = 177+116+186=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #B174BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B174BA is #4E8B45. Grayscale: #8E8E8E. Windows color (decimal): -5147462 or 12219569. OLE color: 12219569.
HSL color Cylindrical-coordinate representation of color #B174BA: hue angle of 292.29º 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 #B174BA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 116 | 186 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.27 |
| HSL | 292.29º | 0.34% | 0.59% | - |
| HSV(B) | 292.29º | 0.38% | 0.73% | - |
| XYZ | 33.24 | 25.38 | 49.6 | - |
| YUV | 142.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 186 | 0.05 | 0.38 | 0 | 0.27 | 292.29 | 0.34 | 0.59 |
| Hex | B1 | 74 | BA | 5 | 26 | 0 | 1B | 124 | 22 | 3B |
| Octal | 261 | 164 | 272 | 5 | 46 | 0 | 33 | 444 | 42 | 73 |
| Binary | 10110001 | 1110100 | 10111010 | 101 | 100110 | 0 | 11011 | 100100100 | 100010 | 111011 |
Color Harmonies of #B174BA
Complementary color
Monochromatic Colors of #B174BA
Black with #B174BA
Text Example
Text Example
White with #B174BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B174BA; }
p { color: rgb(177,116,186); }
H1.HeaderClassName
{
color: #B174BA;
}
.AnyTagClassName
{
color: #B174BA;
}
</style>
background-color css
<style>
a { background-color: #B174BA; }
a { background-color: rgb(177,116,186); }
div.DivClassName
{
background-color: #B174BA;
}
.BgClassName
{
background-color: #B174BA;
}
</style>
border-color css
<style>
span { border-color: #B174BA; }
span { border-color: rgb(177,116,186); }
td.TdClassName
{
border-color: #B174BA;
}
.TagClassName
{
border-color: #B174BA;
}
</style>