Shades of East Side #B170C2
Tints of East Side #B170C2
RGB
CMYK
RGB Variations
Color information
#B170C2 (or 0xB170C2) is known color: East Side. HEX triplet: B1, 70 and C2. RGB value is (177,112,194). Sum of RGB (Red+Green+Blue) = 177+112+194=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #B170C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170C2 is #4E8F3D. Grayscale: #8C8C8C. Windows color (decimal): -5148478 or 12742833. OLE color: 12742833.
HSL color Cylindrical-coordinate representation of color #B170C2: hue angle of 287.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B170C2 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 112 | 194 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.24 |
| HSL | 287.56º | 0.4% | 0.6% | - |
| HSV(B) | 287.56º | 0.42% | 0.76% | - |
| XYZ | 33.66 | 24.83 | 54.06 | - |
| YUV | 140.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 194 | 0.09 | 0.42 | 0 | 0.24 | 287.56 | 0.4 | 0.6 |
| Hex | B1 | 70 | C2 | 9 | 2A | 0 | 18 | 120 | 28 | 3C |
| Octal | 261 | 160 | 302 | 11 | 52 | 0 | 30 | 440 | 50 | 74 |
| Binary | 10110001 | 1110000 | 11000010 | 1001 | 101010 | 0 | 11000 | 100100000 | 101000 | 111100 |
Color Harmonies of #B170C2
Complementary color
Monochromatic Colors of #B170C2
Black with #B170C2
Text Example
Text Example
White with #B170C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170C2; }
p { color: rgb(177,112,194); }
H1.HeaderClassName
{
color: #B170C2;
}
.AnyTagClassName
{
color: #B170C2;
}
</style>
background-color css
<style>
a { background-color: #B170C2; }
a { background-color: rgb(177,112,194); }
div.DivClassName
{
background-color: #B170C2;
}
.BgClassName
{
background-color: #B170C2;
}
</style>
border-color css
<style>
span { border-color: #B170C2; }
span { border-color: rgb(177,112,194); }
td.TdClassName
{
border-color: #B170C2;
}
.TagClassName
{
border-color: #B170C2;
}
</style>