Shades of Medium Orchid #BA3ADE
Tints of Medium Orchid #BA3ADE
RGB
CMYK
RGB Variations
Color information
#BA3ADE (or 0xBA3ADE) is known color: Medium Orchid. HEX triplet: BA, 3A and DE. RGB value is (186,58,222). Sum of RGB (Red+Green+Blue) = 186+58+222=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ADE is #45C521. Grayscale: #727272. Windows color (decimal): -4572450 or 14564026. OLE color: 14564026.
HSL color Cylindrical-coordinate representation of color #BA3ADE: hue angle of 286.83º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3ADE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 58 | 222 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.13 |
| HSL | 286.83º | 0.71% | 0.55% | - |
| HSV(B) | 286.83º | 0.74% | 0.87% | - |
| XYZ | 34.95 | 18.74 | 70.88 | - |
| YUV | 114.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 222 | 0.16 | 0.74 | 0 | 0.13 | 286.83 | 0.71 | 0.55 |
| Hex | BA | 3A | DE | 10 | 4A | 0 | D | 11F | 47 | 37 |
| Octal | 272 | 72 | 336 | 20 | 112 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111010 | 111010 | 11011110 | 10000 | 1001010 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #BA3ADE
Complementary color
Monochromatic Colors of #BA3ADE
Black with #BA3ADE
Text Example
Text Example
White with #BA3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ADE; }
p { color: rgb(186,58,222); }
H1.HeaderClassName
{
color: #BA3ADE;
}
.AnyTagClassName
{
color: #BA3ADE;
}
</style>
background-color css
<style>
a { background-color: #BA3ADE; }
a { background-color: rgb(186,58,222); }
div.DivClassName
{
background-color: #BA3ADE;
}
.BgClassName
{
background-color: #BA3ADE;
}
</style>
border-color css
<style>
span { border-color: #BA3ADE; }
span { border-color: rgb(186,58,222); }
td.TdClassName
{
border-color: #BA3ADE;
}
.TagClassName
{
border-color: #BA3ADE;
}
</style>