Shades of East Side #B180BD
Tints of East Side #B180BD
RGB
CMYK
RGB Variations
Color information
#B180BD (or 0xB180BD) is known color: East Side. HEX triplet: B1, 80 and BD. RGB value is (177,128,189). Sum of RGB (Red+Green+Blue) = 177+128+189=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #B180BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180BD is #4E7F42. Grayscale: #959595. Windows color (decimal): -5144387 or 12419249. OLE color: 12419249.
HSL color Cylindrical-coordinate representation of color #B180BD: hue angle of 288.2º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B180BD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 128 | 189 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.26 |
| HSL | 288.2º | 0.32% | 0.62% | - |
| HSV(B) | 288.2º | 0.32% | 0.74% | - |
| XYZ | 35.04 | 28.46 | 51.79 | - |
| YUV | 149.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 189 | 0.06 | 0.32 | 0 | 0.26 | 288.2 | 0.32 | 0.62 |
| Hex | B1 | 80 | BD | 6 | 20 | 0 | 1A | 120 | 20 | 3E |
| Octal | 261 | 200 | 275 | 6 | 40 | 0 | 32 | 440 | 40 | 76 |
| Binary | 10110001 | 10000000 | 10111101 | 110 | 100000 | 0 | 11010 | 100100000 | 100000 | 111110 |
Color Harmonies of #B180BD
Complementary color
Monochromatic Colors of #B180BD
Black with #B180BD
Text Example
Text Example
White with #B180BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180BD; }
p { color: rgb(177,128,189); }
H1.HeaderClassName
{
color: #B180BD;
}
.AnyTagClassName
{
color: #B180BD;
}
</style>
background-color css
<style>
a { background-color: #B180BD; }
a { background-color: rgb(177,128,189); }
div.DivClassName
{
background-color: #B180BD;
}
.BgClassName
{
background-color: #B180BD;
}
</style>
border-color css
<style>
span { border-color: #B180BD; }
span { border-color: rgb(177,128,189); }
td.TdClassName
{
border-color: #B180BD;
}
.TagClassName
{
border-color: #B180BD;
}
</style>