Shades of East Side #B180CF
Tints of East Side #B180CF
RGB
CMYK
RGB Variations
Color information
#B180CF (or 0xB180CF) is known color: East Side. HEX triplet: B1, 80 and CF. RGB value is (177,128,207). Sum of RGB (Red+Green+Blue) = 177+128+207=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #B180CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180CF is #4E7F30. Grayscale: #979797. Windows color (decimal): -5144369 or 13598897. OLE color: 13598897.
HSL color Cylindrical-coordinate representation of color #B180CF: hue angle of 277.22º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B180CF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 128 | 207 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.19 |
| HSL | 277.22º | 0.45% | 0.66% | - |
| HSV(B) | 277.22º | 0.38% | 0.81% | - |
| XYZ | 37.11 | 29.29 | 62.73 | - |
| YUV | 151.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 207 | 0.14 | 0.38 | 0 | 0.19 | 277.22 | 0.45 | 0.66 |
| Hex | B1 | 80 | CF | E | 26 | 0 | 13 | 115 | 2D | 42 |
| Octal | 261 | 200 | 317 | 16 | 46 | 0 | 23 | 425 | 55 | 102 |
| Binary | 10110001 | 10000000 | 11001111 | 1110 | 100110 | 0 | 10011 | 100010101 | 101101 | 1000010 |
Color Harmonies of #B180CF
Complementary color
Monochromatic Colors of #B180CF
Black with #B180CF
Text Example
Text Example
White with #B180CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180CF; }
p { color: rgb(177,128,207); }
H1.HeaderClassName
{
color: #B180CF;
}
.AnyTagClassName
{
color: #B180CF;
}
</style>
background-color css
<style>
a { background-color: #B180CF; }
a { background-color: rgb(177,128,207); }
div.DivClassName
{
background-color: #B180CF;
}
.BgClassName
{
background-color: #B180CF;
}
</style>
border-color css
<style>
span { border-color: #B180CF; }
span { border-color: rgb(177,128,207); }
td.TdClassName
{
border-color: #B180CF;
}
.TagClassName
{
border-color: #B180CF;
}
</style>