Shades of Medium Orchid #BA43EC
Tints of Medium Orchid #BA43EC
RGB
CMYK
RGB Variations
Color information
#BA43EC (or 0xBA43EC) is known color: Medium Orchid. HEX triplet: BA, 43 and EC. RGB value is (186,67,236). Sum of RGB (Red+Green+Blue) = 186+67+236=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA43EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43EC is #45BC13. Grayscale: #797979. Windows color (decimal): -4570132 or 15483834. OLE color: 15483834.
HSL color Cylindrical-coordinate representation of color #BA43EC: hue angle of 282.25º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA43EC is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 67 | 236 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.07 |
| HSL | 282.25º | 0.82% | 0.59% | - |
| HSV(B) | 282.25º | 0.72% | 0.93% | - |
| XYZ | 37.4 | 20.51 | 81.34 | - |
| YUV | 121.85 | 192.42 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 236 | 0.21 | 0.72 | 0 | 0.07 | 282.25 | 0.82 | 0.59 |
| Hex | BA | 43 | EC | 15 | 48 | 0 | 7 | 11A | 52 | 3B |
| Octal | 272 | 103 | 354 | 25 | 110 | 0 | 7 | 432 | 122 | 73 |
| Binary | 10111010 | 1000011 | 11101100 | 10101 | 1001000 | 0 | 111 | 100011010 | 1010010 | 111011 |
Color Harmonies of #BA43EC
Complementary color
Monochromatic Colors of #BA43EC
Black with #BA43EC
Text Example
Text Example
White with #BA43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43EC; }
p { color: rgb(186,67,236); }
H1.HeaderClassName
{
color: #BA43EC;
}
.AnyTagClassName
{
color: #BA43EC;
}
</style>
background-color css
<style>
a { background-color: #BA43EC; }
a { background-color: rgb(186,67,236); }
div.DivClassName
{
background-color: #BA43EC;
}
.BgClassName
{
background-color: #BA43EC;
}
</style>
border-color css
<style>
span { border-color: #BA43EC; }
span { border-color: rgb(186,67,236); }
td.TdClassName
{
border-color: #BA43EC;
}
.TagClassName
{
border-color: #BA43EC;
}
</style>