Shades of East Side #B880BE
Tints of East Side #B880BE
RGB
CMYK
RGB Variations
Color information
#B880BE (or 0xB880BE) is known color: East Side. HEX triplet: B8, 80 and BE. RGB value is (184,128,190). Sum of RGB (Red+Green+Blue) = 184+128+190=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #B880BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880BE is #477F41. Grayscale: #979797. Windows color (decimal): -4685634 or 12484792. OLE color: 12484792.
HSL color Cylindrical-coordinate representation of color #B880BE: hue angle of 294.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B880BE is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 128 | 190 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.25 |
| HSL | 294.19º | 0.32% | 0.62% | - |
| HSV(B) | 294.19º | 0.33% | 0.75% | - |
| XYZ | 36.78 | 29.35 | 52.44 | - |
| YUV | 151.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 190 | 0.03 | 0.33 | 0 | 0.25 | 294.19 | 0.32 | 0.62 |
| Hex | B8 | 80 | BE | 3 | 21 | 0 | 19 | 126 | 20 | 3E |
| Octal | 270 | 200 | 276 | 3 | 41 | 0 | 31 | 446 | 40 | 76 |
| Binary | 10111000 | 10000000 | 10111110 | 11 | 100001 | 0 | 11001 | 100100110 | 100000 | 111110 |
Color Harmonies of #B880BE
Complementary color
Monochromatic Colors of #B880BE
Black with #B880BE
Text Example
Text Example
White with #B880BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880BE; }
p { color: rgb(184,128,190); }
H1.HeaderClassName
{
color: #B880BE;
}
.AnyTagClassName
{
color: #B880BE;
}
</style>
background-color css
<style>
a { background-color: #B880BE; }
a { background-color: rgb(184,128,190); }
div.DivClassName
{
background-color: #B880BE;
}
.BgClassName
{
background-color: #B880BE;
}
</style>
border-color css
<style>
span { border-color: #B880BE; }
span { border-color: rgb(184,128,190); }
td.TdClassName
{
border-color: #B880BE;
}
.TagClassName
{
border-color: #B880BE;
}
</style>