Shades of East Side #B180C2
Tints of East Side #B180C2
RGB
CMYK
RGB Variations
Color information
#B180C2 (or 0xB180C2) is known color: East Side. HEX triplet: B1, 80 and C2. RGB value is (177,128,194). Sum of RGB (Red+Green+Blue) = 177+128+194=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #B180C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180C2 is #4E7F3D. Grayscale: #959595. Windows color (decimal): -5144382 or 12746929. OLE color: 12746929.
HSL color Cylindrical-coordinate representation of color #B180C2: hue angle of 284.55º degrees, saturation: 0.35, 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 #B180C2 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 128 | 194 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.24 |
| HSL | 284.55º | 0.35% | 0.63% | - |
| HSV(B) | 284.55º | 0.34% | 0.76% | - |
| XYZ | 35.59 | 28.68 | 54.7 | - |
| YUV | 150.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 194 | 0.09 | 0.34 | 0 | 0.24 | 284.55 | 0.35 | 0.63 |
| Hex | B1 | 80 | C2 | 9 | 22 | 0 | 18 | 11D | 23 | 3F |
| Octal | 261 | 200 | 302 | 11 | 42 | 0 | 30 | 435 | 43 | 77 |
| Binary | 10110001 | 10000000 | 11000010 | 1001 | 100010 | 0 | 11000 | 100011101 | 100011 | 111111 |
Color Harmonies of #B180C2
Complementary color
Monochromatic Colors of #B180C2
Black with #B180C2
Text Example
Text Example
White with #B180C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180C2; }
p { color: rgb(177,128,194); }
H1.HeaderClassName
{
color: #B180C2;
}
.AnyTagClassName
{
color: #B180C2;
}
</style>
background-color css
<style>
a { background-color: #B180C2; }
a { background-color: rgb(177,128,194); }
div.DivClassName
{
background-color: #B180C2;
}
.BgClassName
{
background-color: #B180C2;
}
</style>
border-color css
<style>
span { border-color: #B180C2; }
span { border-color: rgb(177,128,194); }
td.TdClassName
{
border-color: #B180C2;
}
.TagClassName
{
border-color: #B180C2;
}
</style>