Shades of East Side #B180C1
Tints of East Side #B180C1
RGB
CMYK
RGB Variations
Color information
#B180C1 (or 0xB180C1) is known color: East Side. HEX triplet: B1, 80 and C1. RGB value is (177,128,193). Sum of RGB (Red+Green+Blue) = 177+128+193=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #B180C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180C1 is #4E7F3E. Grayscale: #959595. Windows color (decimal): -5144383 or 12681393. OLE color: 12681393.
HSL color Cylindrical-coordinate representation of color #B180C1: hue angle of 285.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B180C1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 128 | 193 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.24 |
| HSL | 285.23º | 0.34% | 0.63% | - |
| HSV(B) | 285.23º | 0.34% | 0.76% | - |
| XYZ | 35.48 | 28.64 | 54.11 | - |
| YUV | 150.06 | 152.23 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 193 | 0.08 | 0.34 | 0 | 0.24 | 285.23 | 0.34 | 0.63 |
| Hex | B1 | 80 | C1 | 8 | 22 | 0 | 18 | 11D | 22 | 3F |
| Octal | 261 | 200 | 301 | 10 | 42 | 0 | 30 | 435 | 42 | 77 |
| Binary | 10110001 | 10000000 | 11000001 | 1000 | 100010 | 0 | 11000 | 100011101 | 100010 | 111111 |
Color Harmonies of #B180C1
Complementary color
Monochromatic Colors of #B180C1
Black with #B180C1
Text Example
Text Example
White with #B180C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180C1; }
p { color: rgb(177,128,193); }
H1.HeaderClassName
{
color: #B180C1;
}
.AnyTagClassName
{
color: #B180C1;
}
</style>
background-color css
<style>
a { background-color: #B180C1; }
a { background-color: rgb(177,128,193); }
div.DivClassName
{
background-color: #B180C1;
}
.BgClassName
{
background-color: #B180C1;
}
</style>
border-color css
<style>
span { border-color: #B180C1; }
span { border-color: rgb(177,128,193); }
td.TdClassName
{
border-color: #B180C1;
}
.TagClassName
{
border-color: #B180C1;
}
</style>