Shades of Medium Orchid #BD6DCD
Tints of Medium Orchid #BD6DCD
RGB
CMYK
RGB Variations
Color information
#BD6DCD (or 0xBD6DCD) is known color: Medium Orchid. HEX triplet: BD, 6D and CD. RGB value is (189,109,205). Sum of RGB (Red+Green+Blue) = 189+109+205=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DCD is #429232. Grayscale: #8F8F8F. Windows color (decimal): -4362803 or 13462973. OLE color: 13462973.
HSL color Cylindrical-coordinate representation of color #BD6DCD: hue angle of 290º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6DCD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 109 | 205 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.20 |
| HSL | 290º | 0.49% | 0.62% | - |
| HSV(B) | 290º | 0.47% | 0.8% | - |
| XYZ | 37.47 | 26.16 | 60.83 | - |
| YUV | 143.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 205 | 0.08 | 0.47 | 0 | 0.20 | 290 | 0.49 | 0.62 |
| Hex | BD | 6D | CD | 8 | 2F | 0 | 14 | 122 | 31 | 3E |
| Octal | 275 | 155 | 315 | 10 | 57 | 0 | 24 | 442 | 61 | 76 |
| Binary | 10111101 | 1101101 | 11001101 | 1000 | 101111 | 0 | 10100 | 100100010 | 110001 | 111110 |
Color Harmonies of #BD6DCD
Complementary color
Monochromatic Colors of #BD6DCD
Black with #BD6DCD
Text Example
Text Example
White with #BD6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DCD; }
p { color: rgb(189,109,205); }
H1.HeaderClassName
{
color: #BD6DCD;
}
.AnyTagClassName
{
color: #BD6DCD;
}
</style>
background-color css
<style>
a { background-color: #BD6DCD; }
a { background-color: rgb(189,109,205); }
div.DivClassName
{
background-color: #BD6DCD;
}
.BgClassName
{
background-color: #BD6DCD;
}
</style>
border-color css
<style>
span { border-color: #BD6DCD; }
span { border-color: rgb(189,109,205); }
td.TdClassName
{
border-color: #BD6DCD;
}
.TagClassName
{
border-color: #BD6DCD;
}
</style>