Shades of Medium Orchid #BA44EF
Tints of Medium Orchid #BA44EF
RGB
CMYK
RGB Variations
Color information
#BA44EF (or 0xBA44EF) is known color: Medium Orchid. HEX triplet: BA, 44 and EF. RGB value is (186,68,239). Sum of RGB (Red+Green+Blue) = 186+68+239=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA44EF is #45BB10. Grayscale: #7A7A7A. Windows color (decimal): -4569873 or 15680698. OLE color: 15680698.
HSL color Cylindrical-coordinate representation of color #BA44EF: hue angle of 281.4º 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 #BA44EF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 68 | 239 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.06 |
| HSL | 281.4º | 0.84% | 0.6% | - |
| HSV(B) | 281.4º | 0.72% | 0.94% | - |
| XYZ | 37.9 | 20.81 | 83.68 | - |
| YUV | 122.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 239 | 0.22 | 0.72 | 0 | 0.06 | 281.4 | 0.84 | 0.6 |
| Hex | BA | 44 | EF | 16 | 48 | 0 | 6 | 119 | 54 | 3C |
| Octal | 272 | 104 | 357 | 26 | 110 | 0 | 6 | 431 | 124 | 74 |
| Binary | 10111010 | 1000100 | 11101111 | 10110 | 1001000 | 0 | 110 | 100011001 | 1010100 | 111100 |
Color Harmonies of #BA44EF
Complementary color
Monochromatic Colors of #BA44EF
Black with #BA44EF
Text Example
Text Example
White with #BA44EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44EF; }
p { color: rgb(186,68,239); }
H1.HeaderClassName
{
color: #BA44EF;
}
.AnyTagClassName
{
color: #BA44EF;
}
</style>
background-color css
<style>
a { background-color: #BA44EF; }
a { background-color: rgb(186,68,239); }
div.DivClassName
{
background-color: #BA44EF;
}
.BgClassName
{
background-color: #BA44EF;
}
</style>
border-color css
<style>
span { border-color: #BA44EF; }
span { border-color: rgb(186,68,239); }
td.TdClassName
{
border-color: #BA44EF;
}
.TagClassName
{
border-color: #BA44EF;
}
</style>