Shades of East Side #B88DC1
Tints of East Side #B88DC1
RGB
CMYK
RGB Variations
Color information
#B88DC1 (or 0xB88DC1) is known color: East Side. HEX triplet: B8, 8D and C1. RGB value is (184,141,193). Sum of RGB (Red+Green+Blue) = 184+141+193=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #B88DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DC1 is #47723E. Grayscale: #9F9F9F. Windows color (decimal): -4682303 or 12684728. OLE color: 12684728.
HSL color Cylindrical-coordinate representation of color #B88DC1: hue angle of 289.62º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88DC1 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 141 | 193 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.24 |
| HSL | 289.62º | 0.3% | 0.65% | - |
| HSV(B) | 289.62º | 0.27% | 0.76% | - |
| XYZ | 38.92 | 33.09 | 54.79 | - |
| YUV | 159.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 193 | 0.05 | 0.27 | 0 | 0.24 | 289.62 | 0.3 | 0.65 |
| Hex | B8 | 8D | C1 | 5 | 1B | 0 | 18 | 122 | 1E | 41 |
| Octal | 270 | 215 | 301 | 5 | 33 | 0 | 30 | 442 | 36 | 101 |
| Binary | 10111000 | 10001101 | 11000001 | 101 | 11011 | 0 | 11000 | 100100010 | 11110 | 1000001 |
Color Harmonies of #B88DC1
Complementary color
Monochromatic Colors of #B88DC1
Black with #B88DC1
Text Example
Text Example
White with #B88DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88DC1; }
p { color: rgb(184,141,193); }
H1.HeaderClassName
{
color: #B88DC1;
}
.AnyTagClassName
{
color: #B88DC1;
}
</style>
background-color css
<style>
a { background-color: #B88DC1; }
a { background-color: rgb(184,141,193); }
div.DivClassName
{
background-color: #B88DC1;
}
.BgClassName
{
background-color: #B88DC1;
}
</style>
border-color css
<style>
span { border-color: #B88DC1; }
span { border-color: rgb(184,141,193); }
td.TdClassName
{
border-color: #B88DC1;
}
.TagClassName
{
border-color: #B88DC1;
}
</style>