Shades of Medium Orchid #BD6DED
Tints of Medium Orchid #BD6DED
RGB
CMYK
RGB Variations
Color information
#BD6DED (or 0xBD6DED) is known color: Medium Orchid. HEX triplet: BD, 6D and ED. RGB value is (189,109,237). Sum of RGB (Red+Green+Blue) = 189+109+237=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DED is #429212. Grayscale: #939393. Windows color (decimal): -4362771 or 15560125. OLE color: 15560125.
HSL color Cylindrical-coordinate representation of color #BD6DED: hue angle of 277.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6DED is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 109 | 237 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.07 |
| HSL | 277.5º | 0.78% | 0.68% | - |
| HSV(B) | 277.5º | 0.54% | 0.93% | - |
| XYZ | 41.74 | 27.87 | 83.3 | - |
| YUV | 147.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 237 | 0.20 | 0.54 | 0 | 0.07 | 277.5 | 0.78 | 0.68 |
| Hex | BD | 6D | ED | 14 | 36 | 0 | 7 | 116 | 4E | 44 |
| Octal | 275 | 155 | 355 | 24 | 66 | 0 | 7 | 426 | 116 | 104 |
| Binary | 10111101 | 1101101 | 11101101 | 10100 | 110110 | 0 | 111 | 100010110 | 1001110 | 1000100 |
Color Harmonies of #BD6DED
Complementary color
Monochromatic Colors of #BD6DED
Black with #BD6DED
Text Example
Text Example
White with #BD6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DED; }
p { color: rgb(189,109,237); }
H1.HeaderClassName
{
color: #BD6DED;
}
.AnyTagClassName
{
color: #BD6DED;
}
</style>
background-color css
<style>
a { background-color: #BD6DED; }
a { background-color: rgb(189,109,237); }
div.DivClassName
{
background-color: #BD6DED;
}
.BgClassName
{
background-color: #BD6DED;
}
</style>
border-color css
<style>
span { border-color: #BD6DED; }
span { border-color: rgb(189,109,237); }
td.TdClassName
{
border-color: #BD6DED;
}
.TagClassName
{
border-color: #BD6DED;
}
</style>