Shades of Medium Orchid #BA3BDD
Tints of Medium Orchid #BA3BDD
RGB
CMYK
RGB Variations
Color information
#BA3BDD (or 0xBA3BDD) is known color: Medium Orchid. HEX triplet: BA, 3B and DD. RGB value is (186,59,221). Sum of RGB (Red+Green+Blue) = 186+59+221=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BDD is #45C422. Grayscale: #727272. Windows color (decimal): -4572195 or 14498746. OLE color: 14498746.
HSL color Cylindrical-coordinate representation of color #BA3BDD: hue angle of 287.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3BDD is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 59 | 221 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.13 |
| HSL | 287.04º | 0.7% | 0.55% | - |
| HSV(B) | 287.04º | 0.73% | 0.87% | - |
| XYZ | 34.86 | 18.79 | 70.2 | - |
| YUV | 115.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 221 | 0.16 | 0.73 | 0 | 0.13 | 287.04 | 0.7 | 0.55 |
| Hex | BA | 3B | DD | 10 | 49 | 0 | D | 11F | 46 | 37 |
| Octal | 272 | 73 | 335 | 20 | 111 | 0 | 15 | 437 | 106 | 67 |
| Binary | 10111010 | 111011 | 11011101 | 10000 | 1001001 | 0 | 1101 | 100011111 | 1000110 | 110111 |
Color Harmonies of #BA3BDD
Complementary color
Monochromatic Colors of #BA3BDD
Black with #BA3BDD
Text Example
Text Example
White with #BA3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BDD; }
p { color: rgb(186,59,221); }
H1.HeaderClassName
{
color: #BA3BDD;
}
.AnyTagClassName
{
color: #BA3BDD;
}
</style>
background-color css
<style>
a { background-color: #BA3BDD; }
a { background-color: rgb(186,59,221); }
div.DivClassName
{
background-color: #BA3BDD;
}
.BgClassName
{
background-color: #BA3BDD;
}
</style>
border-color css
<style>
span { border-color: #BA3BDD; }
span { border-color: rgb(186,59,221); }
td.TdClassName
{
border-color: #BA3BDD;
}
.TagClassName
{
border-color: #BA3BDD;
}
</style>