Shades of East Side #B880D3
Tints of East Side #B880D3
RGB
CMYK
RGB Variations
Color information
#B880D3 (or 0xB880D3) is known color: East Side. HEX triplet: B8, 80 and D3. RGB value is (184,128,211). Sum of RGB (Red+Green+Blue) = 184+128+211=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #B880D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880D3 is #477F2C. Grayscale: #999999. Windows color (decimal): -4685613 or 13861048. OLE color: 13861048.
HSL color Cylindrical-coordinate representation of color #B880D3: hue angle of 280.48º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B880D3 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 128 | 211 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.17 |
| HSL | 280.48º | 0.49% | 0.66% | - |
| HSV(B) | 280.48º | 0.39% | 0.83% | - |
| XYZ | 39.24 | 30.33 | 65.41 | - |
| YUV | 154.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 211 | 0.13 | 0.39 | 0 | 0.17 | 280.48 | 0.49 | 0.66 |
| Hex | B8 | 80 | D3 | D | 27 | 0 | 11 | 118 | 31 | 42 |
| Octal | 270 | 200 | 323 | 15 | 47 | 0 | 21 | 430 | 61 | 102 |
| Binary | 10111000 | 10000000 | 11010011 | 1101 | 100111 | 0 | 10001 | 100011000 | 110001 | 1000010 |
Color Harmonies of #B880D3
Complementary color
Monochromatic Colors of #B880D3
Black with #B880D3
Text Example
Text Example
White with #B880D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880D3; }
p { color: rgb(184,128,211); }
H1.HeaderClassName
{
color: #B880D3;
}
.AnyTagClassName
{
color: #B880D3;
}
</style>
background-color css
<style>
a { background-color: #B880D3; }
a { background-color: rgb(184,128,211); }
div.DivClassName
{
background-color: #B880D3;
}
.BgClassName
{
background-color: #B880D3;
}
</style>
border-color css
<style>
span { border-color: #B880D3; }
span { border-color: rgb(184,128,211); }
td.TdClassName
{
border-color: #B880D3;
}
.TagClassName
{
border-color: #B880D3;
}
</style>