Shades of East Side #B180D6
Tints of East Side #B180D6
RGB
CMYK
RGB Variations
Color information
#B180D6 (or 0xB180D6) is known color: East Side. HEX triplet: B1, 80 and D6. RGB value is (177,128,214). Sum of RGB (Red+Green+Blue) = 177+128+214=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #B180D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180D6 is #4E7F29. Grayscale: #989898. Windows color (decimal): -5144362 or 14057649. OLE color: 14057649.
HSL color Cylindrical-coordinate representation of color #B180D6: hue angle of 274.19º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B180D6 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 128 | 214 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.16 |
| HSL | 274.19º | 0.51% | 0.67% | - |
| HSV(B) | 274.19º | 0.4% | 0.84% | - |
| XYZ | 37.99 | 29.64 | 67.34 | - |
| YUV | 152.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 214 | 0.17 | 0.40 | 0 | 0.16 | 274.19 | 0.51 | 0.67 |
| Hex | B1 | 80 | D6 | 11 | 28 | 0 | 10 | 112 | 33 | 43 |
| Octal | 261 | 200 | 326 | 21 | 50 | 0 | 20 | 422 | 63 | 103 |
| Binary | 10110001 | 10000000 | 11010110 | 10001 | 101000 | 0 | 10000 | 100010010 | 110011 | 1000011 |
Color Harmonies of #B180D6
Complementary color
Monochromatic Colors of #B180D6
Black with #B180D6
Text Example
Text Example
White with #B180D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180D6; }
p { color: rgb(177,128,214); }
H1.HeaderClassName
{
color: #B180D6;
}
.AnyTagClassName
{
color: #B180D6;
}
</style>
background-color css
<style>
a { background-color: #B180D6; }
a { background-color: rgb(177,128,214); }
div.DivClassName
{
background-color: #B180D6;
}
.BgClassName
{
background-color: #B180D6;
}
</style>
border-color css
<style>
span { border-color: #B180D6; }
span { border-color: rgb(177,128,214); }
td.TdClassName
{
border-color: #B180D6;
}
.TagClassName
{
border-color: #B180D6;
}
</style>