Shades of East Side #B87DBC
Tints of East Side #B87DBC
RGB
CMYK
RGB Variations
Color information
#B87DBC (or 0xB87DBC) is known color: East Side. HEX triplet: B8, 7D and BC. RGB value is (184,125,188). Sum of RGB (Red+Green+Blue) = 184+125+188=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #B87DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DBC is #478243. Grayscale: #959595. Windows color (decimal): -4686404 or 12352952. OLE color: 12352952.
HSL color Cylindrical-coordinate representation of color #B87DBC: hue angle of 296.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87DBC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 125 | 188 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.26 |
| HSL | 296.19º | 0.32% | 0.61% | - |
| HSV(B) | 296.19º | 0.34% | 0.74% | - |
| XYZ | 36.18 | 28.49 | 51.17 | - |
| YUV | 149.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 188 | 0.02 | 0.34 | 0 | 0.26 | 296.19 | 0.32 | 0.61 |
| Hex | B8 | 7D | BC | 2 | 22 | 0 | 1A | 128 | 20 | 3D |
| Octal | 270 | 175 | 274 | 2 | 42 | 0 | 32 | 450 | 40 | 75 |
| Binary | 10111000 | 1111101 | 10111100 | 10 | 100010 | 0 | 11010 | 100101000 | 100000 | 111101 |
Color Harmonies of #B87DBC
Complementary color
Monochromatic Colors of #B87DBC
Black with #B87DBC
Text Example
Text Example
White with #B87DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DBC; }
p { color: rgb(184,125,188); }
H1.HeaderClassName
{
color: #B87DBC;
}
.AnyTagClassName
{
color: #B87DBC;
}
</style>
background-color css
<style>
a { background-color: #B87DBC; }
a { background-color: rgb(184,125,188); }
div.DivClassName
{
background-color: #B87DBC;
}
.BgClassName
{
background-color: #B87DBC;
}
</style>
border-color css
<style>
span { border-color: #B87DBC; }
span { border-color: rgb(184,125,188); }
td.TdClassName
{
border-color: #B87DBC;
}
.TagClassName
{
border-color: #B87DBC;
}
</style>