Shades of Medium Orchid #BA6DD6
Tints of Medium Orchid #BA6DD6
RGB
CMYK
RGB Variations
Color information
#BA6DD6 (or 0xBA6DD6) is known color: Medium Orchid. HEX triplet: BA, 6D and D6. RGB value is (186,109,214). Sum of RGB (Red+Green+Blue) = 186+109+214=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA6DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DD6 is #459229. Grayscale: #8F8F8F. Windows color (decimal): -4559402 or 14052794. OLE color: 14052794.
HSL color Cylindrical-coordinate representation of color #BA6DD6: hue angle of 284º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6DD6 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 109 | 214 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.16 |
| HSL | 284º | 0.56% | 0.63% | - |
| HSV(B) | 284º | 0.49% | 0.84% | - |
| XYZ | 37.86 | 26.23 | 66.69 | - |
| YUV | 143.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 214 | 0.13 | 0.49 | 0 | 0.16 | 284 | 0.56 | 0.63 |
| Hex | BA | 6D | D6 | D | 31 | 0 | 10 | 11C | 38 | 3F |
| Octal | 272 | 155 | 326 | 15 | 61 | 0 | 20 | 434 | 70 | 77 |
| Binary | 10111010 | 1101101 | 11010110 | 1101 | 110001 | 0 | 10000 | 100011100 | 111000 | 111111 |
Color Harmonies of #BA6DD6
Complementary color
Monochromatic Colors of #BA6DD6
Black with #BA6DD6
Text Example
Text Example
White with #BA6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DD6; }
p { color: rgb(186,109,214); }
H1.HeaderClassName
{
color: #BA6DD6;
}
.AnyTagClassName
{
color: #BA6DD6;
}
</style>
background-color css
<style>
a { background-color: #BA6DD6; }
a { background-color: rgb(186,109,214); }
div.DivClassName
{
background-color: #BA6DD6;
}
.BgClassName
{
background-color: #BA6DD6;
}
</style>
border-color css
<style>
span { border-color: #BA6DD6; }
span { border-color: rgb(186,109,214); }
td.TdClassName
{
border-color: #BA6DD6;
}
.TagClassName
{
border-color: #BA6DD6;
}
</style>