Shades of East Side #B880CC
Tints of East Side #B880CC
RGB
CMYK
RGB Variations
Color information
#B880CC (or 0xB880CC) is known color: East Side. HEX triplet: B8, 80 and CC. RGB value is (184,128,204). Sum of RGB (Red+Green+Blue) = 184+128+204=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #B880CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880CC is #477F33. Grayscale: #999999. Windows color (decimal): -4685620 or 13402296. OLE color: 13402296.
HSL color Cylindrical-coordinate representation of color #B880CC: hue angle of 284.21º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B880CC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 128 | 204 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.2 |
| HSL | 284.21º | 0.43% | 0.65% | - |
| HSV(B) | 284.21º | 0.37% | 0.8% | - |
| XYZ | 38.39 | 29.99 | 60.89 | - |
| YUV | 153.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 204 | 0.10 | 0.37 | 0 | 0.2 | 284.21 | 0.43 | 0.65 |
| Hex | B8 | 80 | CC | A | 25 | 0 | 14 | 11C | 2B | 41 |
| Octal | 270 | 200 | 314 | 12 | 45 | 0 | 24 | 434 | 53 | 101 |
| Binary | 10111000 | 10000000 | 11001100 | 1010 | 100101 | 0 | 10100 | 100011100 | 101011 | 1000001 |
Color Harmonies of #B880CC
Complementary color
Monochromatic Colors of #B880CC
Black with #B880CC
Text Example
Text Example
White with #B880CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880CC; }
p { color: rgb(184,128,204); }
H1.HeaderClassName
{
color: #B880CC;
}
.AnyTagClassName
{
color: #B880CC;
}
</style>
background-color css
<style>
a { background-color: #B880CC; }
a { background-color: rgb(184,128,204); }
div.DivClassName
{
background-color: #B880CC;
}
.BgClassName
{
background-color: #B880CC;
}
</style>
border-color css
<style>
span { border-color: #B880CC; }
span { border-color: rgb(184,128,204); }
td.TdClassName
{
border-color: #B880CC;
}
.TagClassName
{
border-color: #B880CC;
}
</style>