Shades of East Side #B373BE
Tints of East Side #B373BE
RGB
CMYK
RGB Variations
Color information
#B373BE (or 0xB373BE) is known color: East Side. HEX triplet: B3, 73 and BE. RGB value is (179,115,190). Sum of RGB (Red+Green+Blue) = 179+115+190=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #B373BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373BE is #4C8C41. Grayscale: #8E8E8E. Windows color (decimal): -5016642 or 12481459. OLE color: 12481459.
HSL color Cylindrical-coordinate representation of color #B373BE: hue angle of 291.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B373BE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 115 | 190 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.25 |
| HSL | 291.2º | 0.37% | 0.6% | - |
| HSV(B) | 291.2º | 0.39% | 0.75% | - |
| XYZ | 34.02 | 25.56 | 51.86 | - |
| YUV | 142.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 190 | 0.06 | 0.39 | 0 | 0.25 | 291.2 | 0.37 | 0.6 |
| Hex | B3 | 73 | BE | 6 | 27 | 0 | 19 | 123 | 25 | 3C |
| Octal | 263 | 163 | 276 | 6 | 47 | 0 | 31 | 443 | 45 | 74 |
| Binary | 10110011 | 1110011 | 10111110 | 110 | 100111 | 0 | 11001 | 100100011 | 100101 | 111100 |
Color Harmonies of #B373BE
Complementary color
Monochromatic Colors of #B373BE
Black with #B373BE
Text Example
Text Example
White with #B373BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373BE; }
p { color: rgb(179,115,190); }
H1.HeaderClassName
{
color: #B373BE;
}
.AnyTagClassName
{
color: #B373BE;
}
</style>
background-color css
<style>
a { background-color: #B373BE; }
a { background-color: rgb(179,115,190); }
div.DivClassName
{
background-color: #B373BE;
}
.BgClassName
{
background-color: #B373BE;
}
</style>
border-color css
<style>
span { border-color: #B373BE; }
span { border-color: rgb(179,115,190); }
td.TdClassName
{
border-color: #B373BE;
}
.TagClassName
{
border-color: #B373BE;
}
</style>