Shades of East Side #B172C3
Tints of East Side #B172C3
RGB
CMYK
RGB Variations
Color information
#B172C3 (or 0xB172C3) is known color: East Side. HEX triplet: B1, 72 and C3. RGB value is (177,114,195). Sum of RGB (Red+Green+Blue) = 177+114+195=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #B172C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B172C3 is #4E8D3C. Grayscale: #8D8D8D. Windows color (decimal): -5147965 or 12808881. OLE color: 12808881.
HSL color Cylindrical-coordinate representation of color #B172C3: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B172C3 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 114 | 195 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.24 |
| HSL | 286.67º | 0.4% | 0.61% | - |
| HSV(B) | 286.67º | 0.42% | 0.76% | - |
| XYZ | 34 | 25.32 | 54.73 | - |
| YUV | 142.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 195 | 0.09 | 0.42 | 0 | 0.24 | 286.67 | 0.4 | 0.61 |
| Hex | B1 | 72 | C3 | 9 | 2A | 0 | 18 | 11F | 28 | 3D |
| Octal | 261 | 162 | 303 | 11 | 52 | 0 | 30 | 437 | 50 | 75 |
| Binary | 10110001 | 1110010 | 11000011 | 1001 | 101010 | 0 | 11000 | 100011111 | 101000 | 111101 |
Color Harmonies of #B172C3
Complementary color
Monochromatic Colors of #B172C3
Black with #B172C3
Text Example
Text Example
White with #B172C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172C3; }
p { color: rgb(177,114,195); }
H1.HeaderClassName
{
color: #B172C3;
}
.AnyTagClassName
{
color: #B172C3;
}
</style>
background-color css
<style>
a { background-color: #B172C3; }
a { background-color: rgb(177,114,195); }
div.DivClassName
{
background-color: #B172C3;
}
.BgClassName
{
background-color: #B172C3;
}
</style>
border-color css
<style>
span { border-color: #B172C3; }
span { border-color: rgb(177,114,195); }
td.TdClassName
{
border-color: #B172C3;
}
.TagClassName
{
border-color: #B172C3;
}
</style>