Shades of East Side #B88DCD
Tints of East Side #B88DCD
RGB
CMYK
RGB Variations
Color information
#B88DCD (or 0xB88DCD) is known color: East Side. HEX triplet: B8, 8D and CD. RGB value is (184,141,205). Sum of RGB (Red+Green+Blue) = 184+141+205=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #B88DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DCD is #477232. Grayscale: #A0A0A0. Windows color (decimal): -4682291 or 13471160. OLE color: 13471160.
HSL color Cylindrical-coordinate representation of color #B88DCD: hue angle of 280.31º 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 #B88DCD is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 141 | 205 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.20 |
| HSL | 280.31º | 0.39% | 0.68% | - |
| HSV(B) | 280.31º | 0.31% | 0.8% | - |
| XYZ | 40.31 | 33.65 | 62.13 | - |
| YUV | 161.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 141 | 205 | 0.10 | 0.31 | 0 | 0.20 | 280.31 | 0.39 | 0.68 |
| Hex | B8 | 8D | CD | A | 1F | 0 | 14 | 118 | 27 | 44 |
| Octal | 270 | 215 | 315 | 12 | 37 | 0 | 24 | 430 | 47 | 104 |
| Binary | 10111000 | 10001101 | 11001101 | 1010 | 11111 | 0 | 10100 | 100011000 | 100111 | 1000100 |
Color Harmonies of #B88DCD
Complementary color
Monochromatic Colors of #B88DCD
Black with #B88DCD
Text Example
Text Example
White with #B88DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88DCD; }
p { color: rgb(184,141,205); }
H1.HeaderClassName
{
color: #B88DCD;
}
.AnyTagClassName
{
color: #B88DCD;
}
</style>
background-color css
<style>
a { background-color: #B88DCD; }
a { background-color: rgb(184,141,205); }
div.DivClassName
{
background-color: #B88DCD;
}
.BgClassName
{
background-color: #B88DCD;
}
</style>
border-color css
<style>
span { border-color: #B88DCD; }
span { border-color: rgb(184,141,205); }
td.TdClassName
{
border-color: #B88DCD;
}
.TagClassName
{
border-color: #B88DCD;
}
</style>