Shades of Medium Orchid #BA43EF
Tints of Medium Orchid #BA43EF
RGB
CMYK
RGB Variations
Color information
#BA43EF (or 0xBA43EF) is known color: Medium Orchid. HEX triplet: BA, 43 and EF. RGB value is (186,67,239). Sum of RGB (Red+Green+Blue) = 186+67+239=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA43EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43EF is #45BC10. Grayscale: #797979. Windows color (decimal): -4570129 or 15680442. OLE color: 15680442.
HSL color Cylindrical-coordinate representation of color #BA43EF: hue angle of 281.51º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA43EF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 67 | 239 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.06 |
| HSL | 281.51º | 0.84% | 0.6% | - |
| HSV(B) | 281.51º | 0.72% | 0.94% | - |
| XYZ | 37.84 | 20.69 | 83.66 | - |
| YUV | 122.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 239 | 0.22 | 0.72 | 0 | 0.06 | 281.51 | 0.84 | 0.6 |
| Hex | BA | 43 | EF | 16 | 48 | 0 | 6 | 11A | 54 | 3C |
| Octal | 272 | 103 | 357 | 26 | 110 | 0 | 6 | 432 | 124 | 74 |
| Binary | 10111010 | 1000011 | 11101111 | 10110 | 1001000 | 0 | 110 | 100011010 | 1010100 | 111100 |
Color Harmonies of #BA43EF
Complementary color
Monochromatic Colors of #BA43EF
Black with #BA43EF
Text Example
Text Example
White with #BA43EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43EF; }
p { color: rgb(186,67,239); }
H1.HeaderClassName
{
color: #BA43EF;
}
.AnyTagClassName
{
color: #BA43EF;
}
</style>
background-color css
<style>
a { background-color: #BA43EF; }
a { background-color: rgb(186,67,239); }
div.DivClassName
{
background-color: #BA43EF;
}
.BgClassName
{
background-color: #BA43EF;
}
</style>
border-color css
<style>
span { border-color: #BA43EF; }
span { border-color: rgb(186,67,239); }
td.TdClassName
{
border-color: #BA43EF;
}
.TagClassName
{
border-color: #BA43EF;
}
</style>