Shades of Medium Orchid #BA3EEC
Tints of Medium Orchid #BA3EEC
RGB
CMYK
RGB Variations
Color information
#BA3EEC (or 0xBA3EEC) is known color: Medium Orchid. HEX triplet: BA, 3E and EC. RGB value is (186,62,236). Sum of RGB (Red+Green+Blue) = 186+62+236=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EEC is #45C113. Grayscale: #767676. Windows color (decimal): -4571412 or 15482554. OLE color: 15482554.
HSL color Cylindrical-coordinate representation of color #BA3EEC: hue angle of 282.76º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3EEC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 62 | 236 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.07 |
| HSL | 282.76º | 0.82% | 0.58% | - |
| HSV(B) | 282.76º | 0.74% | 0.93% | - |
| XYZ | 37.11 | 19.94 | 81.25 | - |
| YUV | 118.91 | 194.08 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 236 | 0.21 | 0.74 | 0 | 0.07 | 282.76 | 0.82 | 0.58 |
| Hex | BA | 3E | EC | 15 | 4A | 0 | 7 | 11B | 52 | 3A |
| Octal | 272 | 76 | 354 | 25 | 112 | 0 | 7 | 433 | 122 | 72 |
| Binary | 10111010 | 111110 | 11101100 | 10101 | 1001010 | 0 | 111 | 100011011 | 1010010 | 111010 |
Color Harmonies of #BA3EEC
Complementary color
Monochromatic Colors of #BA3EEC
Black with #BA3EEC
Text Example
Text Example
White with #BA3EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EEC; }
p { color: rgb(186,62,236); }
H1.HeaderClassName
{
color: #BA3EEC;
}
.AnyTagClassName
{
color: #BA3EEC;
}
</style>
background-color css
<style>
a { background-color: #BA3EEC; }
a { background-color: rgb(186,62,236); }
div.DivClassName
{
background-color: #BA3EEC;
}
.BgClassName
{
background-color: #BA3EEC;
}
</style>
border-color css
<style>
span { border-color: #BA3EEC; }
span { border-color: rgb(186,62,236); }
td.TdClassName
{
border-color: #BA3EEC;
}
.TagClassName
{
border-color: #BA3EEC;
}
</style>