Shades of East Side #B376D3
Tints of East Side #B376D3
RGB
CMYK
RGB Variations
Color information
#B376D3 (or 0xB376D3) is known color: East Side. HEX triplet: B3, 76 and D3. RGB value is (179,118,211). Sum of RGB (Red+Green+Blue) = 179+118+211=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #B376D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376D3 is #4C892C. Grayscale: #929292. Windows color (decimal): -5015853 or 13858483. OLE color: 13858483.
HSL color Cylindrical-coordinate representation of color #B376D3: hue angle of 279.35º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B376D3 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 118 | 211 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.17 |
| HSL | 279.35º | 0.51% | 0.65% | - |
| HSV(B) | 279.35º | 0.44% | 0.83% | - |
| XYZ | 36.83 | 27.24 | 64.95 | - |
| YUV | 146.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 211 | 0.15 | 0.44 | 0 | 0.17 | 279.35 | 0.51 | 0.65 |
| Hex | B3 | 76 | D3 | F | 2C | 0 | 11 | 117 | 33 | 41 |
| Octal | 263 | 166 | 323 | 17 | 54 | 0 | 21 | 427 | 63 | 101 |
| Binary | 10110011 | 1110110 | 11010011 | 1111 | 101100 | 0 | 10001 | 100010111 | 110011 | 1000001 |
Color Harmonies of #B376D3
Complementary color
Monochromatic Colors of #B376D3
Black with #B376D3
Text Example
Text Example
White with #B376D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376D3; }
p { color: rgb(179,118,211); }
H1.HeaderClassName
{
color: #B376D3;
}
.AnyTagClassName
{
color: #B376D3;
}
</style>
background-color css
<style>
a { background-color: #B376D3; }
a { background-color: rgb(179,118,211); }
div.DivClassName
{
background-color: #B376D3;
}
.BgClassName
{
background-color: #B376D3;
}
</style>
border-color css
<style>
span { border-color: #B376D3; }
span { border-color: rgb(179,118,211); }
td.TdClassName
{
border-color: #B376D3;
}
.TagClassName
{
border-color: #B376D3;
}
</style>