Shades of Medium Orchid #BA6DEC
Tints of Medium Orchid #BA6DEC
RGB
CMYK
RGB Variations
Color information
#BA6DEC (or 0xBA6DEC) is known color: Medium Orchid. HEX triplet: BA, 6D and EC. RGB value is (186,109,236). Sum of RGB (Red+Green+Blue) = 186+109+236=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DEC is #459213. Grayscale: #929292. Windows color (decimal): -4559380 or 15494586. OLE color: 15494586.
HSL color Cylindrical-coordinate representation of color #BA6DEC: hue angle of 276.38º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6DEC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 109 | 236 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.07 |
| HSL | 276.38º | 0.77% | 0.68% | - |
| HSV(B) | 276.38º | 0.54% | 0.93% | - |
| XYZ | 40.86 | 27.43 | 82.5 | - |
| YUV | 146.5 | 178.51 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 236 | 0.21 | 0.54 | 0 | 0.07 | 276.38 | 0.77 | 0.68 |
| Hex | BA | 6D | EC | 15 | 36 | 0 | 7 | 114 | 4D | 44 |
| Octal | 272 | 155 | 354 | 25 | 66 | 0 | 7 | 424 | 115 | 104 |
| Binary | 10111010 | 1101101 | 11101100 | 10101 | 110110 | 0 | 111 | 100010100 | 1001101 | 1000100 |
Color Harmonies of #BA6DEC
Complementary color
Monochromatic Colors of #BA6DEC
Black with #BA6DEC
Text Example
Text Example
White with #BA6DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DEC; }
p { color: rgb(186,109,236); }
H1.HeaderClassName
{
color: #BA6DEC;
}
.AnyTagClassName
{
color: #BA6DEC;
}
</style>
background-color css
<style>
a { background-color: #BA6DEC; }
a { background-color: rgb(186,109,236); }
div.DivClassName
{
background-color: #BA6DEC;
}
.BgClassName
{
background-color: #BA6DEC;
}
</style>
border-color css
<style>
span { border-color: #BA6DEC; }
span { border-color: rgb(186,109,236); }
td.TdClassName
{
border-color: #BA6DEC;
}
.TagClassName
{
border-color: #BA6DEC;
}
</style>