Shades of East Side #B880C4
Tints of East Side #B880C4
RGB
CMYK
RGB Variations
Color information
#B880C4 (or 0xB880C4) is known color: East Side. HEX triplet: B8, 80 and C4. RGB value is (184,128,196). Sum of RGB (Red+Green+Blue) = 184+128+196=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #B880C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880C4 is #477F3B. Grayscale: #989898. Windows color (decimal): -4685628 or 12878008. OLE color: 12878008.
HSL color Cylindrical-coordinate representation of color #B880C4: hue angle of 289.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B880C4 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 128 | 196 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.23 |
| HSL | 289.41º | 0.37% | 0.64% | - |
| HSV(B) | 289.41º | 0.35% | 0.77% | - |
| XYZ | 37.45 | 29.61 | 55.97 | - |
| YUV | 152.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 196 | 0.06 | 0.35 | 0 | 0.23 | 289.41 | 0.37 | 0.64 |
| Hex | B8 | 80 | C4 | 6 | 23 | 0 | 17 | 121 | 25 | 40 |
| Octal | 270 | 200 | 304 | 6 | 43 | 0 | 27 | 441 | 45 | 100 |
| Binary | 10111000 | 10000000 | 11000100 | 110 | 100011 | 0 | 10111 | 100100001 | 100101 | 1000000 |
Color Harmonies of #B880C4
Complementary color
Monochromatic Colors of #B880C4
Black with #B880C4
Text Example
Text Example
White with #B880C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880C4; }
p { color: rgb(184,128,196); }
H1.HeaderClassName
{
color: #B880C4;
}
.AnyTagClassName
{
color: #B880C4;
}
</style>
background-color css
<style>
a { background-color: #B880C4; }
a { background-color: rgb(184,128,196); }
div.DivClassName
{
background-color: #B880C4;
}
.BgClassName
{
background-color: #B880C4;
}
</style>
border-color css
<style>
span { border-color: #B880C4; }
span { border-color: rgb(184,128,196); }
td.TdClassName
{
border-color: #B880C4;
}
.TagClassName
{
border-color: #B880C4;
}
</style>