Shades of Medium Orchid #BD6DCF
Tints of Medium Orchid #BD6DCF
RGB
CMYK
RGB Variations
Color information
#BD6DCF (or 0xBD6DCF) is known color: Medium Orchid. HEX triplet: BD, 6D and CF. RGB value is (189,109,207). Sum of RGB (Red+Green+Blue) = 189+109+207=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DCF is #429230. Grayscale: #8F8F8F. Windows color (decimal): -4362801 or 13594045. OLE color: 13594045.
HSL color Cylindrical-coordinate representation of color #BD6DCF: hue angle of 288.98º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6DCF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 109 | 207 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.19 |
| HSL | 288.98º | 0.51% | 0.62% | - |
| HSV(B) | 288.98º | 0.47% | 0.81% | - |
| XYZ | 37.72 | 26.26 | 62.11 | - |
| YUV | 144.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 207 | 0.09 | 0.47 | 0 | 0.19 | 288.98 | 0.51 | 0.62 |
| Hex | BD | 6D | CF | 9 | 2F | 0 | 13 | 121 | 33 | 3E |
| Octal | 275 | 155 | 317 | 11 | 57 | 0 | 23 | 441 | 63 | 76 |
| Binary | 10111101 | 1101101 | 11001111 | 1001 | 101111 | 0 | 10011 | 100100001 | 110011 | 111110 |
Color Harmonies of #BD6DCF
Complementary color
Monochromatic Colors of #BD6DCF
Black with #BD6DCF
Text Example
Text Example
White with #BD6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DCF; }
p { color: rgb(189,109,207); }
H1.HeaderClassName
{
color: #BD6DCF;
}
.AnyTagClassName
{
color: #BD6DCF;
}
</style>
background-color css
<style>
a { background-color: #BD6DCF; }
a { background-color: rgb(189,109,207); }
div.DivClassName
{
background-color: #BD6DCF;
}
.BgClassName
{
background-color: #BD6DCF;
}
</style>
border-color css
<style>
span { border-color: #BD6DCF; }
span { border-color: rgb(189,109,207); }
td.TdClassName
{
border-color: #BD6DCF;
}
.TagClassName
{
border-color: #BD6DCF;
}
</style>