Shades of East Side #B376BA
Tints of East Side #B376BA
RGB
CMYK
RGB Variations
Color information
#B376BA (or 0xB376BA) is known color: East Side. HEX triplet: B3, 76 and BA. RGB value is (179,118,186). Sum of RGB (Red+Green+Blue) = 179+118+186=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B376BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376BA is #4C8945. Grayscale: #8F8F8F. Windows color (decimal): -5015878 or 12220083. OLE color: 12220083.
HSL color Cylindrical-coordinate representation of color #B376BA: hue angle of 293.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B376BA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 118 | 186 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.27 |
| HSL | 293.82º | 0.33% | 0.6% | - |
| HSV(B) | 293.82º | 0.37% | 0.73% | - |
| XYZ | 33.93 | 26.09 | 49.7 | - |
| YUV | 143.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 186 | 0.04 | 0.37 | 0 | 0.27 | 293.82 | 0.33 | 0.6 |
| Hex | B3 | 76 | BA | 4 | 25 | 0 | 1B | 126 | 21 | 3C |
| Octal | 263 | 166 | 272 | 4 | 45 | 0 | 33 | 446 | 41 | 74 |
| Binary | 10110011 | 1110110 | 10111010 | 100 | 100101 | 0 | 11011 | 100100110 | 100001 | 111100 |
Color Harmonies of #B376BA
Complementary color
Monochromatic Colors of #B376BA
Black with #B376BA
Text Example
Text Example
White with #B376BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376BA; }
p { color: rgb(179,118,186); }
H1.HeaderClassName
{
color: #B376BA;
}
.AnyTagClassName
{
color: #B376BA;
}
</style>
background-color css
<style>
a { background-color: #B376BA; }
a { background-color: rgb(179,118,186); }
div.DivClassName
{
background-color: #B376BA;
}
.BgClassName
{
background-color: #B376BA;
}
</style>
border-color css
<style>
span { border-color: #B376BA; }
span { border-color: rgb(179,118,186); }
td.TdClassName
{
border-color: #B376BA;
}
.TagClassName
{
border-color: #B376BA;
}
</style>