Shades of Medium Orchid #BA3EEE
Tints of Medium Orchid #BA3EEE
RGB
CMYK
RGB Variations
Color information
#BA3EEE (or 0xBA3EEE) is known color: Medium Orchid. HEX triplet: BA, 3E and EE. RGB value is (186,62,238). Sum of RGB (Red+Green+Blue) = 186+62+238=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA3EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EEE is #45C111. Grayscale: #767676. Windows color (decimal): -4571410 or 15613626. OLE color: 15613626.
HSL color Cylindrical-coordinate representation of color #BA3EEE: hue angle of 282.27º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3EEE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 62 | 238 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.07 |
| HSL | 282.27º | 0.84% | 0.59% | - |
| HSV(B) | 282.27º | 0.74% | 0.93% | - |
| XYZ | 37.4 | 20.06 | 82.79 | - |
| YUV | 119.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 238 | 0.22 | 0.74 | 0 | 0.07 | 282.27 | 0.84 | 0.59 |
| Hex | BA | 3E | EE | 16 | 4A | 0 | 7 | 11A | 54 | 3B |
| Octal | 272 | 76 | 356 | 26 | 112 | 0 | 7 | 432 | 124 | 73 |
| Binary | 10111010 | 111110 | 11101110 | 10110 | 1001010 | 0 | 111 | 100011010 | 1010100 | 111011 |
Color Harmonies of #BA3EEE
Complementary color
Monochromatic Colors of #BA3EEE
Black with #BA3EEE
Text Example
Text Example
White with #BA3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EEE; }
p { color: rgb(186,62,238); }
H1.HeaderClassName
{
color: #BA3EEE;
}
.AnyTagClassName
{
color: #BA3EEE;
}
</style>
background-color css
<style>
a { background-color: #BA3EEE; }
a { background-color: rgb(186,62,238); }
div.DivClassName
{
background-color: #BA3EEE;
}
.BgClassName
{
background-color: #BA3EEE;
}
</style>
border-color css
<style>
span { border-color: #BA3EEE; }
span { border-color: rgb(186,62,238); }
td.TdClassName
{
border-color: #BA3EEE;
}
.TagClassName
{
border-color: #BA3EEE;
}
</style>