Shades of East Side #B88ECD
Tints of East Side #B88ECD
RGB
CMYK
RGB Variations
Color information
#B88ECD (or 0xB88ECD) is known color: East Side. HEX triplet: B8, 8E and CD. RGB value is (184,142,205). Sum of RGB (Red+Green+Blue) = 184+142+205=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #B88ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ECD is #477132. Grayscale: #A1A1A1. Windows color (decimal): -4682035 or 13471416. OLE color: 13471416.
HSL color Cylindrical-coordinate representation of color #B88ECD: hue angle of 280º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B88ECD is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 142 | 205 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.20 |
| HSL | 280º | 0.39% | 0.68% | - |
| HSV(B) | 280º | 0.31% | 0.8% | - |
| XYZ | 40.46 | 33.94 | 62.18 | - |
| YUV | 161.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 205 | 0.10 | 0.31 | 0 | 0.20 | 280 | 0.39 | 0.68 |
| Hex | B8 | 8E | CD | A | 1F | 0 | 14 | 118 | 27 | 44 |
| Octal | 270 | 216 | 315 | 12 | 37 | 0 | 24 | 430 | 47 | 104 |
| Binary | 10111000 | 10001110 | 11001101 | 1010 | 11111 | 0 | 10100 | 100011000 | 100111 | 1000100 |
Color Harmonies of #B88ECD
Complementary color
Monochromatic Colors of #B88ECD
Black with #B88ECD
Text Example
Text Example
White with #B88ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88ECD; }
p { color: rgb(184,142,205); }
H1.HeaderClassName
{
color: #B88ECD;
}
.AnyTagClassName
{
color: #B88ECD;
}
</style>
background-color css
<style>
a { background-color: #B88ECD; }
a { background-color: rgb(184,142,205); }
div.DivClassName
{
background-color: #B88ECD;
}
.BgClassName
{
background-color: #B88ECD;
}
</style>
border-color css
<style>
span { border-color: #B88ECD; }
span { border-color: rgb(184,142,205); }
td.TdClassName
{
border-color: #B88ECD;
}
.TagClassName
{
border-color: #B88ECD;
}
</style>