Shades of East Side #BD87C4
Tints of East Side #BD87C4
RGB
CMYK
RGB Variations
Color information
#BD87C4 (or 0xBD87C4) is known color: East Side. HEX triplet: BD, 87 and C4. RGB value is (189,135,196). Sum of RGB (Red+Green+Blue) = 189+135+196=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD87C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87C4 is #42783B. Grayscale: #9D9D9D. Windows color (decimal): -4356156 or 12879805. OLE color: 12879805.
HSL color Cylindrical-coordinate representation of color #BD87C4: hue angle of 293.11º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD87C4 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 135 | 196 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.23 |
| HSL | 293.11º | 0.34% | 0.65% | - |
| HSV(B) | 293.11º | 0.31% | 0.77% | - |
| XYZ | 39.61 | 32.13 | 56.34 | - |
| YUV | 158.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 196 | 0.04 | 0.31 | 0 | 0.23 | 293.11 | 0.34 | 0.65 |
| Hex | BD | 87 | C4 | 4 | 1F | 0 | 17 | 125 | 22 | 41 |
| Octal | 275 | 207 | 304 | 4 | 37 | 0 | 27 | 445 | 42 | 101 |
| Binary | 10111101 | 10000111 | 11000100 | 100 | 11111 | 0 | 10111 | 100100101 | 100010 | 1000001 |
Color Harmonies of #BD87C4
Complementary color
Monochromatic Colors of #BD87C4
Black with #BD87C4
Text Example
Text Example
White with #BD87C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87C4; }
p { color: rgb(189,135,196); }
H1.HeaderClassName
{
color: #BD87C4;
}
.AnyTagClassName
{
color: #BD87C4;
}
</style>
background-color css
<style>
a { background-color: #BD87C4; }
a { background-color: rgb(189,135,196); }
div.DivClassName
{
background-color: #BD87C4;
}
.BgClassName
{
background-color: #BD87C4;
}
</style>
border-color css
<style>
span { border-color: #BD87C4; }
span { border-color: rgb(189,135,196); }
td.TdClassName
{
border-color: #BD87C4;
}
.TagClassName
{
border-color: #BD87C4;
}
</style>