Shades of Medium Orchid #BD6EC9
Tints of Medium Orchid #BD6EC9
RGB
CMYK
RGB Variations
Color information
#BD6EC9 (or 0xBD6EC9) is known color: Medium Orchid. HEX triplet: BD, 6E and C9. RGB value is (189,110,201). Sum of RGB (Red+Green+Blue) = 189+110+201=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EC9 is #429136. Grayscale: #8F8F8F. Windows color (decimal): -4362551 or 13201085. OLE color: 13201085.
HSL color Cylindrical-coordinate representation of color #BD6EC9: hue angle of 292.09º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6EC9 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 110 | 201 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.21 |
| HSL | 292.09º | 0.46% | 0.61% | - |
| HSV(B) | 292.09º | 0.45% | 0.79% | - |
| XYZ | 37.1 | 26.19 | 58.36 | - |
| YUV | 144 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 201 | 0.06 | 0.45 | 0 | 0.21 | 292.09 | 0.46 | 0.61 |
| Hex | BD | 6E | C9 | 6 | 2D | 0 | 15 | 124 | 2E | 3D |
| Octal | 275 | 156 | 311 | 6 | 55 | 0 | 25 | 444 | 56 | 75 |
| Binary | 10111101 | 1101110 | 11001001 | 110 | 101101 | 0 | 10101 | 100100100 | 101110 | 111101 |
Color Harmonies of #BD6EC9
Complementary color
Monochromatic Colors of #BD6EC9
Black with #BD6EC9
Text Example
Text Example
White with #BD6EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EC9; }
p { color: rgb(189,110,201); }
H1.HeaderClassName
{
color: #BD6EC9;
}
.AnyTagClassName
{
color: #BD6EC9;
}
</style>
background-color css
<style>
a { background-color: #BD6EC9; }
a { background-color: rgb(189,110,201); }
div.DivClassName
{
background-color: #BD6EC9;
}
.BgClassName
{
background-color: #BD6EC9;
}
</style>
border-color css
<style>
span { border-color: #BD6EC9; }
span { border-color: rgb(189,110,201); }
td.TdClassName
{
border-color: #BD6EC9;
}
.TagClassName
{
border-color: #BD6EC9;
}
</style>