Shades of Medium Orchid #BA3AEE
Tints of Medium Orchid #BA3AEE
RGB
CMYK
RGB Variations
Color information
#BA3AEE (or 0xBA3AEE) is known color: Medium Orchid. HEX triplet: BA, 3A and EE. RGB value is (186,58,238). Sum of RGB (Red+Green+Blue) = 186+58+238=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA3AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AEE is #45C511. Grayscale: #747474. Windows color (decimal): -4572434 or 15612602. OLE color: 15612602.
HSL color Cylindrical-coordinate representation of color #BA3AEE: hue angle of 282.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3AEE is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 58 | 238 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.07 |
| HSL | 282.67º | 0.84% | 0.58% | - |
| HSV(B) | 282.67º | 0.76% | 0.93% | - |
| XYZ | 37.2 | 19.64 | 82.72 | - |
| YUV | 116.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 238 | 0.22 | 0.76 | 0 | 0.07 | 282.67 | 0.84 | 0.58 |
| Hex | BA | 3A | EE | 16 | 4C | 0 | 7 | 11B | 54 | 3A |
| Octal | 272 | 72 | 356 | 26 | 114 | 0 | 7 | 433 | 124 | 72 |
| Binary | 10111010 | 111010 | 11101110 | 10110 | 1001100 | 0 | 111 | 100011011 | 1010100 | 111010 |
Color Harmonies of #BA3AEE
Complementary color
Monochromatic Colors of #BA3AEE
Black with #BA3AEE
Text Example
Text Example
White with #BA3AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AEE; }
p { color: rgb(186,58,238); }
H1.HeaderClassName
{
color: #BA3AEE;
}
.AnyTagClassName
{
color: #BA3AEE;
}
</style>
background-color css
<style>
a { background-color: #BA3AEE; }
a { background-color: rgb(186,58,238); }
div.DivClassName
{
background-color: #BA3AEE;
}
.BgClassName
{
background-color: #BA3AEE;
}
</style>
border-color css
<style>
span { border-color: #BA3AEE; }
span { border-color: rgb(186,58,238); }
td.TdClassName
{
border-color: #BA3AEE;
}
.TagClassName
{
border-color: #BA3AEE;
}
</style>