Shades of Medium Orchid #BD6ECE
Tints of Medium Orchid #BD6ECE
RGB
CMYK
RGB Variations
Color information
#BD6ECE (or 0xBD6ECE) is known color: Medium Orchid. HEX triplet: BD, 6E and CE. RGB value is (189,110,206). Sum of RGB (Red+Green+Blue) = 189+110+206=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ECE is #429131. Grayscale: #909090. Windows color (decimal): -4362546 or 13528765. OLE color: 13528765.
HSL color Cylindrical-coordinate representation of color #BD6ECE: hue angle of 289.38º degrees, saturation: 0.49, 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 #BD6ECE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 110 | 206 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.19 |
| HSL | 289.38º | 0.49% | 0.62% | - |
| HSV(B) | 289.38º | 0.47% | 0.81% | - |
| XYZ | 37.7 | 26.43 | 61.51 | - |
| YUV | 144.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 206 | 0.08 | 0.47 | 0 | 0.19 | 289.38 | 0.49 | 0.62 |
| Hex | BD | 6E | CE | 8 | 2F | 0 | 13 | 121 | 31 | 3E |
| Octal | 275 | 156 | 316 | 10 | 57 | 0 | 23 | 441 | 61 | 76 |
| Binary | 10111101 | 1101110 | 11001110 | 1000 | 101111 | 0 | 10011 | 100100001 | 110001 | 111110 |
Color Harmonies of #BD6ECE
Complementary color
Monochromatic Colors of #BD6ECE
Black with #BD6ECE
Text Example
Text Example
White with #BD6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6ECE; }
p { color: rgb(189,110,206); }
H1.HeaderClassName
{
color: #BD6ECE;
}
.AnyTagClassName
{
color: #BD6ECE;
}
</style>
background-color css
<style>
a { background-color: #BD6ECE; }
a { background-color: rgb(189,110,206); }
div.DivClassName
{
background-color: #BD6ECE;
}
.BgClassName
{
background-color: #BD6ECE;
}
</style>
border-color css
<style>
span { border-color: #BD6ECE; }
span { border-color: rgb(189,110,206); }
td.TdClassName
{
border-color: #BD6ECE;
}
.TagClassName
{
border-color: #BD6ECE;
}
</style>