Shades of East Side #B372C1
Tints of East Side #B372C1
RGB
CMYK
RGB Variations
Color information
#B372C1 (or 0xB372C1) is known color: East Side. HEX triplet: B3, 72 and C1. RGB value is (179,114,193). Sum of RGB (Red+Green+Blue) = 179+114+193=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #B372C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372C1 is #4C8D3E. Grayscale: #8E8E8E. Windows color (decimal): -5016895 or 12677811. OLE color: 12677811.
HSL color Cylindrical-coordinate representation of color #B372C1: hue angle of 289.37º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B372C1 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 114 | 193 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.24 |
| HSL | 289.37º | 0.39% | 0.6% | - |
| HSV(B) | 289.37º | 0.41% | 0.76% | - |
| XYZ | 34.23 | 25.47 | 53.56 | - |
| YUV | 142.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 193 | 0.07 | 0.41 | 0 | 0.24 | 289.37 | 0.39 | 0.6 |
| Hex | B3 | 72 | C1 | 7 | 29 | 0 | 18 | 121 | 27 | 3C |
| Octal | 263 | 162 | 301 | 7 | 51 | 0 | 30 | 441 | 47 | 74 |
| Binary | 10110011 | 1110010 | 11000001 | 111 | 101001 | 0 | 11000 | 100100001 | 100111 | 111100 |
Color Harmonies of #B372C1
Complementary color
Monochromatic Colors of #B372C1
Black with #B372C1
Text Example
Text Example
White with #B372C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372C1; }
p { color: rgb(179,114,193); }
H1.HeaderClassName
{
color: #B372C1;
}
.AnyTagClassName
{
color: #B372C1;
}
</style>
background-color css
<style>
a { background-color: #B372C1; }
a { background-color: rgb(179,114,193); }
div.DivClassName
{
background-color: #B372C1;
}
.BgClassName
{
background-color: #B372C1;
}
</style>
border-color css
<style>
span { border-color: #B372C1; }
span { border-color: rgb(179,114,193); }
td.TdClassName
{
border-color: #B372C1;
}
.TagClassName
{
border-color: #B372C1;
}
</style>