Shades of East Side #BD86C4
Tints of East Side #BD86C4
RGB
CMYK
RGB Variations
Color information
#BD86C4 (or 0xBD86C4) is known color: East Side. HEX triplet: BD, 86 and C4. RGB value is (189,134,196). Sum of RGB (Red+Green+Blue) = 189+134+196=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD86C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86C4 is #42793B. Grayscale: #9D9D9D. Windows color (decimal): -4356412 or 12879549. OLE color: 12879549.
HSL color Cylindrical-coordinate representation of color #BD86C4: hue angle of 293.23º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD86C4 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 134 | 196 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.23 |
| HSL | 293.23º | 0.34% | 0.65% | - |
| HSV(B) | 293.23º | 0.32% | 0.77% | - |
| XYZ | 39.48 | 31.85 | 56.29 | - |
| YUV | 157.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 196 | 0.04 | 0.32 | 0 | 0.23 | 293.23 | 0.34 | 0.65 |
| Hex | BD | 86 | C4 | 4 | 20 | 0 | 17 | 125 | 22 | 41 |
| Octal | 275 | 206 | 304 | 4 | 40 | 0 | 27 | 445 | 42 | 101 |
| Binary | 10111101 | 10000110 | 11000100 | 100 | 100000 | 0 | 10111 | 100100101 | 100010 | 1000001 |
Color Harmonies of #BD86C4
Complementary color
Monochromatic Colors of #BD86C4
Black with #BD86C4
Text Example
Text Example
White with #BD86C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86C4; }
p { color: rgb(189,134,196); }
H1.HeaderClassName
{
color: #BD86C4;
}
.AnyTagClassName
{
color: #BD86C4;
}
</style>
background-color css
<style>
a { background-color: #BD86C4; }
a { background-color: rgb(189,134,196); }
div.DivClassName
{
background-color: #BD86C4;
}
.BgClassName
{
background-color: #BD86C4;
}
</style>
border-color css
<style>
span { border-color: #BD86C4; }
span { border-color: rgb(189,134,196); }
td.TdClassName
{
border-color: #BD86C4;
}
.TagClassName
{
border-color: #BD86C4;
}
</style>