Shades of Medium Orchid #BA6ED6
Tints of Medium Orchid #BA6ED6
RGB
CMYK
RGB Variations
Color information
#BA6ED6 (or 0xBA6ED6) is known color: Medium Orchid. HEX triplet: BA, 6E and D6. RGB value is (186,110,214). Sum of RGB (Red+Green+Blue) = 186+110+214=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA6ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ED6 is #459129. Grayscale: #909090. Windows color (decimal): -4559146 or 14053050. OLE color: 14053050.
HSL color Cylindrical-coordinate representation of color #BA6ED6: hue angle of 283.85º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6ED6 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 110 | 214 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.16 |
| HSL | 283.85º | 0.56% | 0.64% | - |
| HSV(B) | 283.85º | 0.49% | 0.84% | - |
| XYZ | 37.96 | 26.45 | 66.72 | - |
| YUV | 144.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 214 | 0.13 | 0.49 | 0 | 0.16 | 283.85 | 0.56 | 0.64 |
| Hex | BA | 6E | D6 | D | 31 | 0 | 10 | 11C | 38 | 40 |
| Octal | 272 | 156 | 326 | 15 | 61 | 0 | 20 | 434 | 70 | 100 |
| Binary | 10111010 | 1101110 | 11010110 | 1101 | 110001 | 0 | 10000 | 100011100 | 111000 | 1000000 |
Color Harmonies of #BA6ED6
Complementary color
Monochromatic Colors of #BA6ED6
Black with #BA6ED6
Text Example
Text Example
White with #BA6ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ED6; }
p { color: rgb(186,110,214); }
H1.HeaderClassName
{
color: #BA6ED6;
}
.AnyTagClassName
{
color: #BA6ED6;
}
</style>
background-color css
<style>
a { background-color: #BA6ED6; }
a { background-color: rgb(186,110,214); }
div.DivClassName
{
background-color: #BA6ED6;
}
.BgClassName
{
background-color: #BA6ED6;
}
</style>
border-color css
<style>
span { border-color: #BA6ED6; }
span { border-color: rgb(186,110,214); }
td.TdClassName
{
border-color: #BA6ED6;
}
.TagClassName
{
border-color: #BA6ED6;
}
</style>