Shades of East Side #B175BB
Tints of East Side #B175BB
RGB
CMYK
RGB Variations
Color information
#B175BB (or 0xB175BB) is known color: East Side. HEX triplet: B1, 75 and BB. RGB value is (177,117,187). Sum of RGB (Red+Green+Blue) = 177+117+187=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #B175BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175BB is #4E8A44. Grayscale: #8E8E8E. Windows color (decimal): -5147205 or 12285361. OLE color: 12285361.
HSL color Cylindrical-coordinate representation of color #B175BB: hue angle of 291.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B175BB is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 117 | 187 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.27 |
| HSL | 291.43º | 0.34% | 0.6% | - |
| HSV(B) | 291.43º | 0.37% | 0.73% | - |
| XYZ | 33.46 | 25.66 | 50.2 | - |
| YUV | 142.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 187 | 0.05 | 0.37 | 0 | 0.27 | 291.43 | 0.34 | 0.6 |
| Hex | B1 | 75 | BB | 5 | 25 | 0 | 1B | 123 | 22 | 3C |
| Octal | 261 | 165 | 273 | 5 | 45 | 0 | 33 | 443 | 42 | 74 |
| Binary | 10110001 | 1110101 | 10111011 | 101 | 100101 | 0 | 11011 | 100100011 | 100010 | 111100 |
Color Harmonies of #B175BB
Complementary color
Monochromatic Colors of #B175BB
Black with #B175BB
Text Example
Text Example
White with #B175BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175BB; }
p { color: rgb(177,117,187); }
H1.HeaderClassName
{
color: #B175BB;
}
.AnyTagClassName
{
color: #B175BB;
}
</style>
background-color css
<style>
a { background-color: #B175BB; }
a { background-color: rgb(177,117,187); }
div.DivClassName
{
background-color: #B175BB;
}
.BgClassName
{
background-color: #B175BB;
}
</style>
border-color css
<style>
span { border-color: #B175BB; }
span { border-color: rgb(177,117,187); }
td.TdClassName
{
border-color: #B175BB;
}
.TagClassName
{
border-color: #B175BB;
}
</style>