Shades of Medium Orchid #BA3ADB
Tints of Medium Orchid #BA3ADB
RGB
CMYK
RGB Variations
Color information
#BA3ADB (or 0xBA3ADB) is known color: Medium Orchid. HEX triplet: BA, 3A and DB. RGB value is (186,58,219). Sum of RGB (Red+Green+Blue) = 186+58+219=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ADB is #45C524. Grayscale: #727272. Windows color (decimal): -4572453 or 14367418. OLE color: 14367418.
HSL color Cylindrical-coordinate representation of color #BA3ADB: hue angle of 287.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3ADB is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 58 | 219 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.14 |
| HSL | 287.7º | 0.69% | 0.54% | - |
| HSV(B) | 287.7º | 0.74% | 0.86% | - |
| XYZ | 34.55 | 18.58 | 68.78 | - |
| YUV | 114.63 | 186.91 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 219 | 0.15 | 0.74 | 0 | 0.14 | 287.7 | 0.69 | 0.54 |
| Hex | BA | 3A | DB | F | 4A | 0 | E | 120 | 45 | 36 |
| Octal | 272 | 72 | 333 | 17 | 112 | 0 | 16 | 440 | 105 | 66 |
| Binary | 10111010 | 111010 | 11011011 | 1111 | 1001010 | 0 | 1110 | 100100000 | 1000101 | 110110 |
Color Harmonies of #BA3ADB
Complementary color
Monochromatic Colors of #BA3ADB
Black with #BA3ADB
Text Example
Text Example
White with #BA3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ADB; }
p { color: rgb(186,58,219); }
H1.HeaderClassName
{
color: #BA3ADB;
}
.AnyTagClassName
{
color: #BA3ADB;
}
</style>
background-color css
<style>
a { background-color: #BA3ADB; }
a { background-color: rgb(186,58,219); }
div.DivClassName
{
background-color: #BA3ADB;
}
.BgClassName
{
background-color: #BA3ADB;
}
</style>
border-color css
<style>
span { border-color: #BA3ADB; }
span { border-color: rgb(186,58,219); }
td.TdClassName
{
border-color: #BA3ADB;
}
.TagClassName
{
border-color: #BA3ADB;
}
</style>