Shades of Medium Orchid #BA3AD6
Tints of Medium Orchid #BA3AD6
RGB
CMYK
RGB Variations
Color information
#BA3AD6 (or 0xBA3AD6) is known color: Medium Orchid. HEX triplet: BA, 3A and D6. RGB value is (186,58,214). Sum of RGB (Red+Green+Blue) = 186+58+214=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AD6 is #45C529. Grayscale: #717171. Windows color (decimal): -4572458 or 14039738. OLE color: 14039738.
HSL color Cylindrical-coordinate representation of color #BA3AD6: hue angle of 289.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3AD6 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 58 | 214 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.16 |
| HSL | 289.23º | 0.66% | 0.53% | - |
| HSV(B) | 289.23º | 0.73% | 0.84% | - |
| XYZ | 33.9 | 18.32 | 65.37 | - |
| YUV | 114.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 214 | 0.13 | 0.73 | 0 | 0.16 | 289.23 | 0.66 | 0.53 |
| Hex | BA | 3A | D6 | D | 49 | 0 | 10 | 121 | 42 | 35 |
| Octal | 272 | 72 | 326 | 15 | 111 | 0 | 20 | 441 | 102 | 65 |
| Binary | 10111010 | 111010 | 11010110 | 1101 | 1001001 | 0 | 10000 | 100100001 | 1000010 | 110101 |
Color Harmonies of #BA3AD6
Complementary color
Monochromatic Colors of #BA3AD6
Black with #BA3AD6
Text Example
Text Example
White with #BA3AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AD6; }
p { color: rgb(186,58,214); }
H1.HeaderClassName
{
color: #BA3AD6;
}
.AnyTagClassName
{
color: #BA3AD6;
}
</style>
background-color css
<style>
a { background-color: #BA3AD6; }
a { background-color: rgb(186,58,214); }
div.DivClassName
{
background-color: #BA3AD6;
}
.BgClassName
{
background-color: #BA3AD6;
}
</style>
border-color css
<style>
span { border-color: #BA3AD6; }
span { border-color: rgb(186,58,214); }
td.TdClassName
{
border-color: #BA3AD6;
}
.TagClassName
{
border-color: #BA3AD6;
}
</style>