Shades of East Side #B87DDB
Tints of East Side #B87DDB
RGB
CMYK
RGB Variations
Color information
#B87DDB (or 0xB87DDB) is known color: East Side. HEX triplet: B8, 7D and DB. RGB value is (184,125,219). Sum of RGB (Red+Green+Blue) = 184+125+219=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #B87DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DDB is #478224. Grayscale: #999999. Windows color (decimal): -4686373 or 14384568. OLE color: 14384568.
HSL color Cylindrical-coordinate representation of color #B87DDB: hue angle of 277.66º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B87DDB is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 125 | 219 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.14 |
| HSL | 277.66º | 0.57% | 0.67% | - |
| HSV(B) | 277.66º | 0.43% | 0.86% | - |
| XYZ | 39.89 | 29.97 | 70.7 | - |
| YUV | 153.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 219 | 0.16 | 0.43 | 0 | 0.14 | 277.66 | 0.57 | 0.67 |
| Hex | B8 | 7D | DB | 10 | 2B | 0 | E | 116 | 39 | 43 |
| Octal | 270 | 175 | 333 | 20 | 53 | 0 | 16 | 426 | 71 | 103 |
| Binary | 10111000 | 1111101 | 11011011 | 10000 | 101011 | 0 | 1110 | 100010110 | 111001 | 1000011 |
Color Harmonies of #B87DDB
Complementary color
Monochromatic Colors of #B87DDB
Black with #B87DDB
Text Example
Text Example
White with #B87DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DDB; }
p { color: rgb(184,125,219); }
H1.HeaderClassName
{
color: #B87DDB;
}
.AnyTagClassName
{
color: #B87DDB;
}
</style>
background-color css
<style>
a { background-color: #B87DDB; }
a { background-color: rgb(184,125,219); }
div.DivClassName
{
background-color: #B87DDB;
}
.BgClassName
{
background-color: #B87DDB;
}
</style>
border-color css
<style>
span { border-color: #B87DDB; }
span { border-color: rgb(184,125,219); }
td.TdClassName
{
border-color: #B87DDB;
}
.TagClassName
{
border-color: #B87DDB;
}
</style>