Shades of East Side #B171C1
Tints of East Side #B171C1
RGB
CMYK
RGB Variations
Color information
#B171C1 (or 0xB171C1) is known color: East Side. HEX triplet: B1, 71 and C1. RGB value is (177,113,193). Sum of RGB (Red+Green+Blue) = 177+113+193=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #B171C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B171C1 is #4E8E3E. Grayscale: #8D8D8D. Windows color (decimal): -5148223 or 12677553. OLE color: 12677553.
HSL color Cylindrical-coordinate representation of color #B171C1: hue angle of 288º 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 #B171C1 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 113 | 193 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.24 |
| HSL | 288º | 0.39% | 0.6% | - |
| HSV(B) | 288º | 0.41% | 0.76% | - |
| XYZ | 33.66 | 25.01 | 53.5 | - |
| YUV | 141.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 193 | 0.08 | 0.41 | 0 | 0.24 | 288 | 0.39 | 0.6 |
| Hex | B1 | 71 | C1 | 8 | 29 | 0 | 18 | 120 | 27 | 3C |
| Octal | 261 | 161 | 301 | 10 | 51 | 0 | 30 | 440 | 47 | 74 |
| Binary | 10110001 | 1110001 | 11000001 | 1000 | 101001 | 0 | 11000 | 100100000 | 100111 | 111100 |
Color Harmonies of #B171C1
Complementary color
Monochromatic Colors of #B171C1
Black with #B171C1
Text Example
Text Example
White with #B171C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B171C1; }
p { color: rgb(177,113,193); }
H1.HeaderClassName
{
color: #B171C1;
}
.AnyTagClassName
{
color: #B171C1;
}
</style>
background-color css
<style>
a { background-color: #B171C1; }
a { background-color: rgb(177,113,193); }
div.DivClassName
{
background-color: #B171C1;
}
.BgClassName
{
background-color: #B171C1;
}
</style>
border-color css
<style>
span { border-color: #B171C1; }
span { border-color: rgb(177,113,193); }
td.TdClassName
{
border-color: #B171C1;
}
.TagClassName
{
border-color: #B171C1;
}
</style>