Shades of Medium Orchid #BD6ECF
Tints of Medium Orchid #BD6ECF
RGB
CMYK
RGB Variations
Color information
#BD6ECF (or 0xBD6ECF) is known color: Medium Orchid. HEX triplet: BD, 6E and CF. RGB value is (189,110,207). Sum of RGB (Red+Green+Blue) = 189+110+207=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ECF is #429130. Grayscale: #909090. Windows color (decimal): -4362545 or 13594301. OLE color: 13594301.
HSL color Cylindrical-coordinate representation of color #BD6ECF: hue angle of 288.87º degrees, saturation: 0.5, 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 #BD6ECF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 110 | 207 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.19 |
| HSL | 288.87º | 0.5% | 0.62% | - |
| HSV(B) | 288.87º | 0.47% | 0.81% | - |
| XYZ | 37.82 | 26.48 | 62.15 | - |
| YUV | 144.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 207 | 0.09 | 0.47 | 0 | 0.19 | 288.87 | 0.5 | 0.62 |
| Hex | BD | 6E | CF | 9 | 2F | 0 | 13 | 121 | 32 | 3E |
| Octal | 275 | 156 | 317 | 11 | 57 | 0 | 23 | 441 | 62 | 76 |
| Binary | 10111101 | 1101110 | 11001111 | 1001 | 101111 | 0 | 10011 | 100100001 | 110010 | 111110 |
Color Harmonies of #BD6ECF
Complementary color
Monochromatic Colors of #BD6ECF
Black with #BD6ECF
Text Example
Text Example
White with #BD6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6ECF; }
p { color: rgb(189,110,207); }
H1.HeaderClassName
{
color: #BD6ECF;
}
.AnyTagClassName
{
color: #BD6ECF;
}
</style>
background-color css
<style>
a { background-color: #BD6ECF; }
a { background-color: rgb(189,110,207); }
div.DivClassName
{
background-color: #BD6ECF;
}
.BgClassName
{
background-color: #BD6ECF;
}
</style>
border-color css
<style>
span { border-color: #BD6ECF; }
span { border-color: rgb(189,110,207); }
td.TdClassName
{
border-color: #BD6ECF;
}
.TagClassName
{
border-color: #BD6ECF;
}
</style>