Shades of East Side #B371C0
Tints of East Side #B371C0
RGB
CMYK
RGB Variations
Color information
#B371C0 (or 0xB371C0) is known color: East Side. HEX triplet: B3, 71 and C0. RGB value is (179,113,192). Sum of RGB (Red+Green+Blue) = 179+113+192=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #B371C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371C0 is #4C8E3F. Grayscale: #8D8D8D. Windows color (decimal): -5017152 or 12612019. OLE color: 12612019.
HSL color Cylindrical-coordinate representation of color #B371C0: hue angle of 290.13º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B371C0 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 113 | 192 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.25 |
| HSL | 290.13º | 0.39% | 0.6% | - |
| HSV(B) | 290.13º | 0.41% | 0.75% | - |
| XYZ | 34.01 | 25.2 | 52.94 | - |
| YUV | 141.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 192 | 0.07 | 0.41 | 0 | 0.25 | 290.13 | 0.39 | 0.6 |
| Hex | B3 | 71 | C0 | 7 | 29 | 0 | 19 | 122 | 27 | 3C |
| Octal | 263 | 161 | 300 | 7 | 51 | 0 | 31 | 442 | 47 | 74 |
| Binary | 10110011 | 1110001 | 11000000 | 111 | 101001 | 0 | 11001 | 100100010 | 100111 | 111100 |
Color Harmonies of #B371C0
Complementary color
Monochromatic Colors of #B371C0
Black with #B371C0
Text Example
Text Example
White with #B371C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371C0; }
p { color: rgb(179,113,192); }
H1.HeaderClassName
{
color: #B371C0;
}
.AnyTagClassName
{
color: #B371C0;
}
</style>
background-color css
<style>
a { background-color: #B371C0; }
a { background-color: rgb(179,113,192); }
div.DivClassName
{
background-color: #B371C0;
}
.BgClassName
{
background-color: #B371C0;
}
</style>
border-color css
<style>
span { border-color: #B371C0; }
span { border-color: rgb(179,113,192); }
td.TdClassName
{
border-color: #B371C0;
}
.TagClassName
{
border-color: #B371C0;
}
</style>