Shades of Medium Orchid #BA6DEE
Tints of Medium Orchid #BA6DEE
RGB
CMYK
RGB Variations
Color information
#BA6DEE (or 0xBA6DEE) is known color: Medium Orchid. HEX triplet: BA, 6D and EE. RGB value is (186,109,238). Sum of RGB (Red+Green+Blue) = 186+109+238=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DEE is #459211. Grayscale: #929292. Windows color (decimal): -4559378 or 15625658. OLE color: 15625658.
HSL color Cylindrical-coordinate representation of color #BA6DEE: hue angle of 275.81º degrees, saturation: 0.79, 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 #BA6DEE is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 109 | 238 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.07 |
| HSL | 275.81º | 0.79% | 0.68% | - |
| HSV(B) | 275.81º | 0.54% | 0.93% | - |
| XYZ | 41.15 | 27.55 | 84.04 | - |
| YUV | 146.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 238 | 0.22 | 0.54 | 0 | 0.07 | 275.81 | 0.79 | 0.68 |
| Hex | BA | 6D | EE | 16 | 36 | 0 | 7 | 114 | 4F | 44 |
| Octal | 272 | 155 | 356 | 26 | 66 | 0 | 7 | 424 | 117 | 104 |
| Binary | 10111010 | 1101101 | 11101110 | 10110 | 110110 | 0 | 111 | 100010100 | 1001111 | 1000100 |
Color Harmonies of #BA6DEE
Complementary color
Monochromatic Colors of #BA6DEE
Black with #BA6DEE
Text Example
Text Example
White with #BA6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DEE; }
p { color: rgb(186,109,238); }
H1.HeaderClassName
{
color: #BA6DEE;
}
.AnyTagClassName
{
color: #BA6DEE;
}
</style>
background-color css
<style>
a { background-color: #BA6DEE; }
a { background-color: rgb(186,109,238); }
div.DivClassName
{
background-color: #BA6DEE;
}
.BgClassName
{
background-color: #BA6DEE;
}
</style>
border-color css
<style>
span { border-color: #BA6DEE; }
span { border-color: rgb(186,109,238); }
td.TdClassName
{
border-color: #BA6DEE;
}
.TagClassName
{
border-color: #BA6DEE;
}
</style>