Shades of East Side #B87DD6
Tints of East Side #B87DD6
RGB
CMYK
RGB Variations
Color information
#B87DD6 (or 0xB87DD6) is known color: East Side. HEX triplet: B8, 7D and D6. RGB value is (184,125,214). Sum of RGB (Red+Green+Blue) = 184+125+214=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #B87DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87DD6 is #478229. Grayscale: #989898. Windows color (decimal): -4686378 or 14056888. OLE color: 14056888.
HSL color Cylindrical-coordinate representation of color #B87DD6: hue angle of 279.78º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B87DD6 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 125 | 214 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.16 |
| HSL | 279.78º | 0.52% | 0.66% | - |
| HSV(B) | 279.78º | 0.42% | 0.84% | - |
| XYZ | 39.24 | 29.71 | 67.29 | - |
| YUV | 152.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 214 | 0.14 | 0.42 | 0 | 0.16 | 279.78 | 0.52 | 0.66 |
| Hex | B8 | 7D | D6 | E | 2A | 0 | 10 | 118 | 34 | 42 |
| Octal | 270 | 175 | 326 | 16 | 52 | 0 | 20 | 430 | 64 | 102 |
| Binary | 10111000 | 1111101 | 11010110 | 1110 | 101010 | 0 | 10000 | 100011000 | 110100 | 1000010 |
Color Harmonies of #B87DD6
Complementary color
Monochromatic Colors of #B87DD6
Black with #B87DD6
Text Example
Text Example
White with #B87DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DD6; }
p { color: rgb(184,125,214); }
H1.HeaderClassName
{
color: #B87DD6;
}
.AnyTagClassName
{
color: #B87DD6;
}
</style>
background-color css
<style>
a { background-color: #B87DD6; }
a { background-color: rgb(184,125,214); }
div.DivClassName
{
background-color: #B87DD6;
}
.BgClassName
{
background-color: #B87DD6;
}
</style>
border-color css
<style>
span { border-color: #B87DD6; }
span { border-color: rgb(184,125,214); }
td.TdClassName
{
border-color: #B87DD6;
}
.TagClassName
{
border-color: #B87DD6;
}
</style>