Shades of East Side #B88DC2
Tints of East Side #B88DC2
RGB
CMYK
RGB Variations
Color information
#B88DC2 (or 0xB88DC2) is known color: East Side. HEX triplet: B8, 8D and C2. RGB value is (184,141,194). Sum of RGB (Red+Green+Blue) = 184+141+194=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 194 - color contains mainly: blue. Hex color #B88DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DC2 is #47723D. Grayscale: #9F9F9F. Windows color (decimal): -4682302 or 12750264. OLE color: 12750264.
HSL color Cylindrical-coordinate representation of color #B88DC2: hue angle of 288.68º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88DC2 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 141 | 194 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.24 |
| HSL | 288.68º | 0.3% | 0.66% | - |
| HSV(B) | 288.68º | 0.27% | 0.76% | - |
| XYZ | 39.03 | 33.14 | 55.38 | - |
| YUV | 159.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 194 | 0.05 | 0.27 | 0 | 0.24 | 288.68 | 0.3 | 0.66 |
| Hex | B8 | 8D | C2 | 5 | 1B | 0 | 18 | 121 | 1E | 42 |
| Octal | 270 | 215 | 302 | 5 | 33 | 0 | 30 | 441 | 36 | 102 |
| Binary | 10111000 | 10001101 | 11000010 | 101 | 11011 | 0 | 11000 | 100100001 | 11110 | 1000010 |
Color Harmonies of #B88DC2
Complementary color
Monochromatic Colors of #B88DC2
Black with #B88DC2
Text Example
Text Example
White with #B88DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88DC2; }
p { color: rgb(184,141,194); }
H1.HeaderClassName
{
color: #B88DC2;
}
.AnyTagClassName
{
color: #B88DC2;
}
</style>
background-color css
<style>
a { background-color: #B88DC2; }
a { background-color: rgb(184,141,194); }
div.DivClassName
{
background-color: #B88DC2;
}
.BgClassName
{
background-color: #B88DC2;
}
</style>
border-color css
<style>
span { border-color: #B88DC2; }
span { border-color: rgb(184,141,194); }
td.TdClassName
{
border-color: #B88DC2;
}
.TagClassName
{
border-color: #B88DC2;
}
</style>