Shades of East Side #B987D2
Tints of East Side #B987D2
RGB
CMYK
RGB Variations
Color information
#B987D2 (or 0xB987D2) is known color: East Side. HEX triplet: B9, 87 and D2. RGB value is (185,135,210). Sum of RGB (Red+Green+Blue) = 185+135+210=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #B987D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987D2 is #46782D. Grayscale: #9E9E9E. Windows color (decimal): -4618286 or 13797305. OLE color: 13797305.
HSL color Cylindrical-coordinate representation of color #B987D2: hue angle of 280º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B987D2 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 135 | 210 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.18 |
| HSL | 280º | 0.45% | 0.68% | - |
| HSV(B) | 280º | 0.36% | 0.82% | - |
| XYZ | 40.3 | 32.3 | 65.08 | - |
| YUV | 158.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 210 | 0.12 | 0.36 | 0 | 0.18 | 280 | 0.45 | 0.68 |
| Hex | B9 | 87 | D2 | C | 24 | 0 | 12 | 118 | 2D | 44 |
| Octal | 271 | 207 | 322 | 14 | 44 | 0 | 22 | 430 | 55 | 104 |
| Binary | 10111001 | 10000111 | 11010010 | 1100 | 100100 | 0 | 10010 | 100011000 | 101101 | 1000100 |
Color Harmonies of #B987D2
Complementary color
Monochromatic Colors of #B987D2
Black with #B987D2
Text Example
Text Example
White with #B987D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B987D2; }
p { color: rgb(185,135,210); }
H1.HeaderClassName
{
color: #B987D2;
}
.AnyTagClassName
{
color: #B987D2;
}
</style>
background-color css
<style>
a { background-color: #B987D2; }
a { background-color: rgb(185,135,210); }
div.DivClassName
{
background-color: #B987D2;
}
.BgClassName
{
background-color: #B987D2;
}
</style>
border-color css
<style>
span { border-color: #B987D2; }
span { border-color: rgb(185,135,210); }
td.TdClassName
{
border-color: #B987D2;
}
.TagClassName
{
border-color: #B987D2;
}
</style>