Shades of Medium Orchid #BA3AEC
Tints of Medium Orchid #BA3AEC
RGB
CMYK
RGB Variations
Color information
#BA3AEC (or 0xBA3AEC) is known color: Medium Orchid. HEX triplet: BA, 3A and EC. RGB value is (186,58,236). Sum of RGB (Red+Green+Blue) = 186+58+236=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA3AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AEC is #45C513. Grayscale: #737373. Windows color (decimal): -4572436 or 15481530. OLE color: 15481530.
HSL color Cylindrical-coordinate representation of color #BA3AEC: hue angle of 283.15º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3AEC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 58 | 236 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.07 |
| HSL | 283.15º | 0.82% | 0.58% | - |
| HSV(B) | 283.15º | 0.75% | 0.93% | - |
| XYZ | 36.9 | 19.52 | 81.18 | - |
| YUV | 116.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 236 | 0.21 | 0.75 | 0 | 0.07 | 283.15 | 0.82 | 0.58 |
| Hex | BA | 3A | EC | 15 | 4B | 0 | 7 | 11B | 52 | 3A |
| Octal | 272 | 72 | 354 | 25 | 113 | 0 | 7 | 433 | 122 | 72 |
| Binary | 10111010 | 111010 | 11101100 | 10101 | 1001011 | 0 | 111 | 100011011 | 1010010 | 111010 |
Color Harmonies of #BA3AEC
Complementary color
Monochromatic Colors of #BA3AEC
Black with #BA3AEC
Text Example
Text Example
White with #BA3AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AEC; }
p { color: rgb(186,58,236); }
H1.HeaderClassName
{
color: #BA3AEC;
}
.AnyTagClassName
{
color: #BA3AEC;
}
</style>
background-color css
<style>
a { background-color: #BA3AEC; }
a { background-color: rgb(186,58,236); }
div.DivClassName
{
background-color: #BA3AEC;
}
.BgClassName
{
background-color: #BA3AEC;
}
</style>
border-color css
<style>
span { border-color: #BA3AEC; }
span { border-color: rgb(186,58,236); }
td.TdClassName
{
border-color: #BA3AEC;
}
.TagClassName
{
border-color: #BA3AEC;
}
</style>