Shades of Medium Orchid #BA3EDA
Tints of Medium Orchid #BA3EDA
RGB
CMYK
RGB Variations
Color information
#BA3EDA (or 0xBA3EDA) is known color: Medium Orchid. HEX triplet: BA, 3E and DA. RGB value is (186,62,218). Sum of RGB (Red+Green+Blue) = 186+62+218=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EDA is #45C125. Grayscale: #747474. Windows color (decimal): -4571430 or 14302906. OLE color: 14302906.
HSL color Cylindrical-coordinate representation of color #BA3EDA: hue angle of 287.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3EDA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 62 | 218 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.15 |
| HSL | 287.69º | 0.68% | 0.55% | - |
| HSV(B) | 287.69º | 0.72% | 0.85% | - |
| XYZ | 34.63 | 18.95 | 68.16 | - |
| YUV | 116.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 218 | 0.15 | 0.72 | 0 | 0.15 | 287.69 | 0.68 | 0.55 |
| Hex | BA | 3E | DA | F | 48 | 0 | F | 120 | 44 | 37 |
| Octal | 272 | 76 | 332 | 17 | 110 | 0 | 17 | 440 | 104 | 67 |
| Binary | 10111010 | 111110 | 11011010 | 1111 | 1001000 | 0 | 1111 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BA3EDA
Complementary color
Monochromatic Colors of #BA3EDA
Black with #BA3EDA
Text Example
Text Example
White with #BA3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EDA; }
p { color: rgb(186,62,218); }
H1.HeaderClassName
{
color: #BA3EDA;
}
.AnyTagClassName
{
color: #BA3EDA;
}
</style>
background-color css
<style>
a { background-color: #BA3EDA; }
a { background-color: rgb(186,62,218); }
div.DivClassName
{
background-color: #BA3EDA;
}
.BgClassName
{
background-color: #BA3EDA;
}
</style>
border-color css
<style>
span { border-color: #BA3EDA; }
span { border-color: rgb(186,62,218); }
td.TdClassName
{
border-color: #BA3EDA;
}
.TagClassName
{
border-color: #BA3EDA;
}
</style>