Shades of East Side #B372BE
Tints of East Side #B372BE
RGB
CMYK
RGB Variations
Color information
#B372BE (or 0xB372BE) is known color: East Side. HEX triplet: B3, 72 and BE. RGB value is (179,114,190). Sum of RGB (Red+Green+Blue) = 179+114+190=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #B372BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372BE is #4C8D41. Grayscale: #8D8D8D. Windows color (decimal): -5016898 or 12481203. OLE color: 12481203.
HSL color Cylindrical-coordinate representation of color #B372BE: hue angle of 291.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B372BE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 114 | 190 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.25 |
| HSL | 291.32º | 0.37% | 0.6% | - |
| HSV(B) | 291.32º | 0.4% | 0.75% | - |
| XYZ | 33.9 | 25.34 | 51.82 | - |
| YUV | 142.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 190 | 0.06 | 0.40 | 0 | 0.25 | 291.32 | 0.37 | 0.6 |
| Hex | B3 | 72 | BE | 6 | 28 | 0 | 19 | 123 | 25 | 3C |
| Octal | 263 | 162 | 276 | 6 | 50 | 0 | 31 | 443 | 45 | 74 |
| Binary | 10110011 | 1110010 | 10111110 | 110 | 101000 | 0 | 11001 | 100100011 | 100101 | 111100 |
Color Harmonies of #B372BE
Complementary color
Monochromatic Colors of #B372BE
Black with #B372BE
Text Example
Text Example
White with #B372BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372BE; }
p { color: rgb(179,114,190); }
H1.HeaderClassName
{
color: #B372BE;
}
.AnyTagClassName
{
color: #B372BE;
}
</style>
background-color css
<style>
a { background-color: #B372BE; }
a { background-color: rgb(179,114,190); }
div.DivClassName
{
background-color: #B372BE;
}
.BgClassName
{
background-color: #B372BE;
}
</style>
border-color css
<style>
span { border-color: #B372BE; }
span { border-color: rgb(179,114,190); }
td.TdClassName
{
border-color: #B372BE;
}
.TagClassName
{
border-color: #B372BE;
}
</style>