Shades of East Side #B987D0
Tints of East Side #B987D0
RGB
CMYK
RGB Variations
Color information
#B987D0 (or 0xB987D0) is known color: East Side. HEX triplet: B9, 87 and D0. RGB value is (185,135,208). Sum of RGB (Red+Green+Blue) = 185+135+208=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #B987D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987D0 is #46782F. Grayscale: #9E9E9E. Windows color (decimal): -4618288 or 13666233. OLE color: 13666233.
HSL color Cylindrical-coordinate representation of color #B987D0: hue angle of 281.1º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B987D0 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 135 | 208 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.18 |
| HSL | 281.1º | 0.44% | 0.67% | - |
| HSV(B) | 281.1º | 0.35% | 0.82% | - |
| XYZ | 40.06 | 32.2 | 63.78 | - |
| YUV | 158.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 208 | 0.11 | 0.35 | 0 | 0.18 | 281.1 | 0.44 | 0.67 |
| Hex | B9 | 87 | D0 | B | 23 | 0 | 12 | 119 | 2C | 43 |
| Octal | 271 | 207 | 320 | 13 | 43 | 0 | 22 | 431 | 54 | 103 |
| Binary | 10111001 | 10000111 | 11010000 | 1011 | 100011 | 0 | 10010 | 100011001 | 101100 | 1000011 |
Color Harmonies of #B987D0
Complementary color
Monochromatic Colors of #B987D0
Black with #B987D0
Text Example
Text Example
White with #B987D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987D0; }
p { color: rgb(185,135,208); }
H1.HeaderClassName
{
color: #B987D0;
}
.AnyTagClassName
{
color: #B987D0;
}
</style>
background-color css
<style>
a { background-color: #B987D0; }
a { background-color: rgb(185,135,208); }
div.DivClassName
{
background-color: #B987D0;
}
.BgClassName
{
background-color: #B987D0;
}
</style>
border-color css
<style>
span { border-color: #B987D0; }
span { border-color: rgb(185,135,208); }
td.TdClassName
{
border-color: #B987D0;
}
.TagClassName
{
border-color: #B987D0;
}
</style>