Shades of Medium Orchid #BD5EEC
Tints of Medium Orchid #BD5EEC
RGB
CMYK
RGB Variations
Color information
#BD5EEC (or 0xBD5EEC) is known color: Medium Orchid. HEX triplet: BD, 5E and EC. RGB value is (189,94,236). Sum of RGB (Red+Green+Blue) = 189+94+236=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EEC is #42A113. Grayscale: #8A8A8A. Windows color (decimal): -4366612 or 15490749. OLE color: 15490749.
HSL color Cylindrical-coordinate representation of color #BD5EEC: hue angle of 280.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5EEC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 94 | 236 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.07 |
| HSL | 280.14º | 0.79% | 0.65% | - |
| HSV(B) | 280.14º | 0.6% | 0.93% | - |
| XYZ | 40.13 | 24.88 | 82.04 | - |
| YUV | 138.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 236 | 0.20 | 0.60 | 0 | 0.07 | 280.14 | 0.79 | 0.65 |
| Hex | BD | 5E | EC | 14 | 3C | 0 | 7 | 118 | 4F | 41 |
| Octal | 275 | 136 | 354 | 24 | 74 | 0 | 7 | 430 | 117 | 101 |
| Binary | 10111101 | 1011110 | 11101100 | 10100 | 111100 | 0 | 111 | 100011000 | 1001111 | 1000001 |
Color Harmonies of #BD5EEC
Complementary color
Monochromatic Colors of #BD5EEC
Black with #BD5EEC
Text Example
Text Example
White with #BD5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EEC; }
p { color: rgb(189,94,236); }
H1.HeaderClassName
{
color: #BD5EEC;
}
.AnyTagClassName
{
color: #BD5EEC;
}
</style>
background-color css
<style>
a { background-color: #BD5EEC; }
a { background-color: rgb(189,94,236); }
div.DivClassName
{
background-color: #BD5EEC;
}
.BgClassName
{
background-color: #BD5EEC;
}
</style>
border-color css
<style>
span { border-color: #BD5EEC; }
span { border-color: rgb(189,94,236); }
td.TdClassName
{
border-color: #BD5EEC;
}
.TagClassName
{
border-color: #BD5EEC;
}
</style>