Shades of Medium Orchid #BD5ECE
Tints of Medium Orchid #BD5ECE
RGB
CMYK
RGB Variations
Color information
#BD5ECE (or 0xBD5ECE) is known color: Medium Orchid. HEX triplet: BD, 5E and CE. RGB value is (189,94,206). Sum of RGB (Red+Green+Blue) = 189+94+206=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ECE is #42A131. Grayscale: #868686. Windows color (decimal): -4366642 or 13524669. OLE color: 13524669.
HSL color Cylindrical-coordinate representation of color #BD5ECE: hue angle of 290.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5ECE is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 94 | 206 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.19 |
| HSL | 290.89º | 0.53% | 0.59% | - |
| HSV(B) | 290.89º | 0.54% | 0.81% | - |
| XYZ | 36.13 | 23.28 | 60.98 | - |
| YUV | 135.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 206 | 0.08 | 0.54 | 0 | 0.19 | 290.89 | 0.53 | 0.59 |
| Hex | BD | 5E | CE | 8 | 36 | 0 | 13 | 123 | 35 | 3B |
| Octal | 275 | 136 | 316 | 10 | 66 | 0 | 23 | 443 | 65 | 73 |
| Binary | 10111101 | 1011110 | 11001110 | 1000 | 110110 | 0 | 10011 | 100100011 | 110101 | 111011 |
Color Harmonies of #BD5ECE
Complementary color
Monochromatic Colors of #BD5ECE
Black with #BD5ECE
Text Example
Text Example
White with #BD5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5ECE; }
p { color: rgb(189,94,206); }
H1.HeaderClassName
{
color: #BD5ECE;
}
.AnyTagClassName
{
color: #BD5ECE;
}
</style>
background-color css
<style>
a { background-color: #BD5ECE; }
a { background-color: rgb(189,94,206); }
div.DivClassName
{
background-color: #BD5ECE;
}
.BgClassName
{
background-color: #BD5ECE;
}
</style>
border-color css
<style>
span { border-color: #BD5ECE; }
span { border-color: rgb(189,94,206); }
td.TdClassName
{
border-color: #BD5ECE;
}
.TagClassName
{
border-color: #BD5ECE;
}
</style>