Shades of East Side #B88EC1
Tints of East Side #B88EC1
RGB
CMYK
RGB Variations
Color information
#B88EC1 (or 0xB88EC1) is known color: East Side. HEX triplet: B8, 8E and C1. RGB value is (184,142,193). Sum of RGB (Red+Green+Blue) = 184+142+193=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #B88EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EC1 is #47713E. Grayscale: #A0A0A0. Windows color (decimal): -4682047 or 12684984. OLE color: 12684984.
HSL color Cylindrical-coordinate representation of color #B88EC1: hue angle of 289.41º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B88EC1 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 142 | 193 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.24 |
| HSL | 289.41º | 0.29% | 0.66% | - |
| HSV(B) | 289.41º | 0.26% | 0.76% | - |
| XYZ | 39.07 | 33.39 | 54.84 | - |
| YUV | 160.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 193 | 0.05 | 0.26 | 0 | 0.24 | 289.41 | 0.29 | 0.66 |
| Hex | B8 | 8E | C1 | 5 | 1A | 0 | 18 | 121 | 1D | 42 |
| Octal | 270 | 216 | 301 | 5 | 32 | 0 | 30 | 441 | 35 | 102 |
| Binary | 10111000 | 10001110 | 11000001 | 101 | 11010 | 0 | 11000 | 100100001 | 11101 | 1000010 |
Color Harmonies of #B88EC1
Complementary color
Monochromatic Colors of #B88EC1
Black with #B88EC1
Text Example
Text Example
White with #B88EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88EC1; }
p { color: rgb(184,142,193); }
H1.HeaderClassName
{
color: #B88EC1;
}
.AnyTagClassName
{
color: #B88EC1;
}
</style>
background-color css
<style>
a { background-color: #B88EC1; }
a { background-color: rgb(184,142,193); }
div.DivClassName
{
background-color: #B88EC1;
}
.BgClassName
{
background-color: #B88EC1;
}
</style>
border-color css
<style>
span { border-color: #B88EC1; }
span { border-color: rgb(184,142,193); }
td.TdClassName
{
border-color: #B88EC1;
}
.TagClassName
{
border-color: #B88EC1;
}
</style>