Shades of Medium Orchid #BA6DCD
Tints of Medium Orchid #BA6DCD
RGB
CMYK
RGB Variations
Color information
#BA6DCD (or 0xBA6DCD) is known color: Medium Orchid. HEX triplet: BA, 6D and CD. RGB value is (186,109,205). Sum of RGB (Red+Green+Blue) = 186+109+205=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DCD is #459232. Grayscale: #8E8E8E. Windows color (decimal): -4559411 or 13462970. OLE color: 13462970.
HSL color Cylindrical-coordinate representation of color #BA6DCD: hue angle of 288.12º 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 #BA6DCD is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 109 | 205 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.20 |
| HSL | 288.13º | 0.49% | 0.62% | - |
| HSV(B) | 288.13º | 0.47% | 0.8% | - |
| XYZ | 36.74 | 25.78 | 60.8 | - |
| YUV | 142.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 205 | 0.09 | 0.47 | 0 | 0.20 | 288.13 | 0.49 | 0.62 |
| Hex | BA | 6D | CD | 9 | 2F | 0 | 14 | 120 | 31 | 3E |
| Octal | 272 | 155 | 315 | 11 | 57 | 0 | 24 | 440 | 61 | 76 |
| Binary | 10111010 | 1101101 | 11001101 | 1001 | 101111 | 0 | 10100 | 100100000 | 110001 | 111110 |
Color Harmonies of #BA6DCD
Complementary color
Monochromatic Colors of #BA6DCD
Black with #BA6DCD
Text Example
Text Example
White with #BA6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DCD; }
p { color: rgb(186,109,205); }
H1.HeaderClassName
{
color: #BA6DCD;
}
.AnyTagClassName
{
color: #BA6DCD;
}
</style>
background-color css
<style>
a { background-color: #BA6DCD; }
a { background-color: rgb(186,109,205); }
div.DivClassName
{
background-color: #BA6DCD;
}
.BgClassName
{
background-color: #BA6DCD;
}
</style>
border-color css
<style>
span { border-color: #BA6DCD; }
span { border-color: rgb(186,109,205); }
td.TdClassName
{
border-color: #BA6DCD;
}
.TagClassName
{
border-color: #BA6DCD;
}
</style>