Shades of Medium Orchid #BD6EEC
Tints of Medium Orchid #BD6EEC
RGB
CMYK
RGB Variations
Color information
#BD6EEC (or 0xBD6EEC) is known color: Medium Orchid. HEX triplet: BD, 6E and EC. RGB value is (189,110,236). Sum of RGB (Red+Green+Blue) = 189+110+236=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EEC is #429113. Grayscale: #939393. Windows color (decimal): -4362516 or 15494845. OLE color: 15494845.
HSL color Cylindrical-coordinate representation of color #BD6EEC: hue angle of 277.62º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6EEC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 110 | 236 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.07 |
| HSL | 277.62º | 0.77% | 0.68% | - |
| HSV(B) | 277.62º | 0.53% | 0.93% | - |
| XYZ | 41.7 | 28.03 | 82.57 | - |
| YUV | 147.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 236 | 0.20 | 0.53 | 0 | 0.07 | 277.62 | 0.77 | 0.68 |
| Hex | BD | 6E | EC | 14 | 35 | 0 | 7 | 116 | 4D | 44 |
| Octal | 275 | 156 | 354 | 24 | 65 | 0 | 7 | 426 | 115 | 104 |
| Binary | 10111101 | 1101110 | 11101100 | 10100 | 110101 | 0 | 111 | 100010110 | 1001101 | 1000100 |
Color Harmonies of #BD6EEC
Complementary color
Monochromatic Colors of #BD6EEC
Black with #BD6EEC
Text Example
Text Example
White with #BD6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EEC; }
p { color: rgb(189,110,236); }
H1.HeaderClassName
{
color: #BD6EEC;
}
.AnyTagClassName
{
color: #BD6EEC;
}
</style>
background-color css
<style>
a { background-color: #BD6EEC; }
a { background-color: rgb(189,110,236); }
div.DivClassName
{
background-color: #BD6EEC;
}
.BgClassName
{
background-color: #BD6EEC;
}
</style>
border-color css
<style>
span { border-color: #BD6EEC; }
span { border-color: rgb(189,110,236); }
td.TdClassName
{
border-color: #BD6EEC;
}
.TagClassName
{
border-color: #BD6EEC;
}
</style>