Shades of East Side #BD87CE
Tints of East Side #BD87CE
RGB
CMYK
RGB Variations
Color information
#BD87CE (or 0xBD87CE) is known color: East Side. HEX triplet: BD, 87 and CE. RGB value is (189,135,206). Sum of RGB (Red+Green+Blue) = 189+135+206=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87CE is #427831. Grayscale: #9F9F9F. Windows color (decimal): -4356146 or 13535165. OLE color: 13535165.
HSL color Cylindrical-coordinate representation of color #BD87CE: hue angle of 285.63º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD87CE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 135 | 206 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.19 |
| HSL | 285.63º | 0.42% | 0.67% | - |
| HSV(B) | 285.63º | 0.34% | 0.81% | - |
| XYZ | 40.79 | 32.6 | 62.54 | - |
| YUV | 159.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 206 | 0.08 | 0.34 | 0 | 0.19 | 285.63 | 0.42 | 0.67 |
| Hex | BD | 87 | CE | 8 | 22 | 0 | 13 | 11E | 2A | 43 |
| Octal | 275 | 207 | 316 | 10 | 42 | 0 | 23 | 436 | 52 | 103 |
| Binary | 10111101 | 10000111 | 11001110 | 1000 | 100010 | 0 | 10011 | 100011110 | 101010 | 1000011 |
Color Harmonies of #BD87CE
Complementary color
Monochromatic Colors of #BD87CE
Black with #BD87CE
Text Example
Text Example
White with #BD87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87CE; }
p { color: rgb(189,135,206); }
H1.HeaderClassName
{
color: #BD87CE;
}
.AnyTagClassName
{
color: #BD87CE;
}
</style>
background-color css
<style>
a { background-color: #BD87CE; }
a { background-color: rgb(189,135,206); }
div.DivClassName
{
background-color: #BD87CE;
}
.BgClassName
{
background-color: #BD87CE;
}
</style>
border-color css
<style>
span { border-color: #BD87CE; }
span { border-color: rgb(189,135,206); }
td.TdClassName
{
border-color: #BD87CE;
}
.TagClassName
{
border-color: #BD87CE;
}
</style>