Shades of East Side #B87CDC
Tints of East Side #B87CDC
RGB
CMYK
RGB Variations
Color information
#B87CDC (or 0xB87CDC) is known color: East Side. HEX triplet: B8, 7C and DC. RGB value is (184,124,220). Sum of RGB (Red+Green+Blue) = 184+124+220=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B87CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87CDC is #478323. Grayscale: #989898. Windows color (decimal): -4686628 or 14449848. OLE color: 14449848.
HSL color Cylindrical-coordinate representation of color #B87CDC: hue angle of 277.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B87CDC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 124 | 220 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.14 |
| HSL | 277.5º | 0.58% | 0.67% | - |
| HSV(B) | 277.5º | 0.44% | 0.86% | - |
| XYZ | 39.89 | 29.77 | 71.35 | - |
| YUV | 152.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 220 | 0.16 | 0.44 | 0 | 0.14 | 277.5 | 0.58 | 0.67 |
| Hex | B8 | 7C | DC | 10 | 2C | 0 | E | 116 | 3A | 43 |
| Octal | 270 | 174 | 334 | 20 | 54 | 0 | 16 | 426 | 72 | 103 |
| Binary | 10111000 | 1111100 | 11011100 | 10000 | 101100 | 0 | 1110 | 100010110 | 111010 | 1000011 |
Color Harmonies of #B87CDC
Complementary color
Monochromatic Colors of #B87CDC
Black with #B87CDC
Text Example
Text Example
White with #B87CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87CDC; }
p { color: rgb(184,124,220); }
H1.HeaderClassName
{
color: #B87CDC;
}
.AnyTagClassName
{
color: #B87CDC;
}
</style>
background-color css
<style>
a { background-color: #B87CDC; }
a { background-color: rgb(184,124,220); }
div.DivClassName
{
background-color: #B87CDC;
}
.BgClassName
{
background-color: #B87CDC;
}
</style>
border-color css
<style>
span { border-color: #B87CDC; }
span { border-color: rgb(184,124,220); }
td.TdClassName
{
border-color: #B87CDC;
}
.TagClassName
{
border-color: #B87CDC;
}
</style>