Shades of East Side #B880BC
Tints of East Side #B880BC
RGB
CMYK
RGB Variations
Color information
#B880BC (or 0xB880BC) is known color: East Side. HEX triplet: B8, 80 and BC. RGB value is (184,128,188). Sum of RGB (Red+Green+Blue) = 184+128+188=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #B880BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880BC is #477F43. Grayscale: #979797. Windows color (decimal): -4685636 or 12353720. OLE color: 12353720.
HSL color Cylindrical-coordinate representation of color #B880BC: hue angle of 296º degrees, saturation: 0.31, 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 #B880BC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 128 | 188 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.26 |
| HSL | 296º | 0.31% | 0.62% | - |
| HSV(B) | 296º | 0.32% | 0.74% | - |
| XYZ | 36.56 | 29.26 | 51.3 | - |
| YUV | 151.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 188 | 0.02 | 0.32 | 0 | 0.26 | 296 | 0.31 | 0.62 |
| Hex | B8 | 80 | BC | 2 | 20 | 0 | 1A | 128 | 1F | 3E |
| Octal | 270 | 200 | 274 | 2 | 40 | 0 | 32 | 450 | 37 | 76 |
| Binary | 10111000 | 10000000 | 10111100 | 10 | 100000 | 0 | 11010 | 100101000 | 11111 | 111110 |
Color Harmonies of #B880BC
Complementary color
Monochromatic Colors of #B880BC
Black with #B880BC
Text Example
Text Example
White with #B880BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880BC; }
p { color: rgb(184,128,188); }
H1.HeaderClassName
{
color: #B880BC;
}
.AnyTagClassName
{
color: #B880BC;
}
</style>
background-color css
<style>
a { background-color: #B880BC; }
a { background-color: rgb(184,128,188); }
div.DivClassName
{
background-color: #B880BC;
}
.BgClassName
{
background-color: #B880BC;
}
</style>
border-color css
<style>
span { border-color: #B880BC; }
span { border-color: rgb(184,128,188); }
td.TdClassName
{
border-color: #B880BC;
}
.TagClassName
{
border-color: #B880BC;
}
</style>