Shades of East Side #B173CB
Tints of East Side #B173CB
RGB
CMYK
RGB Variations
Color information
#B173CB (or 0xB173CB) is known color: East Side. HEX triplet: B1, 73 and CB. RGB value is (177,115,203). Sum of RGB (Red+Green+Blue) = 177+115+203=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #B173CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B173CB is #4E8C34. Grayscale: #8F8F8F. Windows color (decimal): -5147701 or 13333425. OLE color: 13333425.
HSL color Cylindrical-coordinate representation of color #B173CB: hue angle of 282.27º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B173CB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 115 | 203 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.20 |
| HSL | 282.27º | 0.46% | 0.62% | - |
| HSV(B) | 282.27º | 0.43% | 0.8% | - |
| XYZ | 35.04 | 25.92 | 59.66 | - |
| YUV | 143.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 203 | 0.13 | 0.43 | 0 | 0.20 | 282.27 | 0.46 | 0.62 |
| Hex | B1 | 73 | CB | D | 2B | 0 | 14 | 11A | 2E | 3E |
| Octal | 261 | 163 | 313 | 15 | 53 | 0 | 24 | 432 | 56 | 76 |
| Binary | 10110001 | 1110011 | 11001011 | 1101 | 101011 | 0 | 10100 | 100011010 | 101110 | 111110 |
Color Harmonies of #B173CB
Complementary color
Monochromatic Colors of #B173CB
Black with #B173CB
Text Example
Text Example
White with #B173CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B173CB; }
p { color: rgb(177,115,203); }
H1.HeaderClassName
{
color: #B173CB;
}
.AnyTagClassName
{
color: #B173CB;
}
</style>
background-color css
<style>
a { background-color: #B173CB; }
a { background-color: rgb(177,115,203); }
div.DivClassName
{
background-color: #B173CB;
}
.BgClassName
{
background-color: #B173CB;
}
</style>
border-color css
<style>
span { border-color: #B173CB; }
span { border-color: rgb(177,115,203); }
td.TdClassName
{
border-color: #B173CB;
}
.TagClassName
{
border-color: #B173CB;
}
</style>