Shades of Medium Orchid #BA49EF
Tints of Medium Orchid #BA49EF
RGB
CMYK
RGB Variations
Color information
#BA49EF (or 0xBA49EF) is known color: Medium Orchid. HEX triplet: BA, 49 and EF. RGB value is (186,73,239). Sum of RGB (Red+Green+Blue) = 186+73+239=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49EF is #45B610. Grayscale: #7D7D7D. Windows color (decimal): -4568593 or 15681978. OLE color: 15681978.
HSL color Cylindrical-coordinate representation of color #BA49EF: hue angle of 280.84º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA49EF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 73 | 239 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.06 |
| HSL | 280.84º | 0.84% | 0.61% | - |
| HSV(B) | 280.84º | 0.69% | 0.94% | - |
| XYZ | 38.21 | 21.44 | 83.78 | - |
| YUV | 125.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 239 | 0.22 | 0.69 | 0 | 0.06 | 280.84 | 0.84 | 0.61 |
| Hex | BA | 49 | EF | 16 | 45 | 0 | 6 | 119 | 54 | 3D |
| Octal | 272 | 111 | 357 | 26 | 105 | 0 | 6 | 431 | 124 | 75 |
| Binary | 10111010 | 1001001 | 11101111 | 10110 | 1000101 | 0 | 110 | 100011001 | 1010100 | 111101 |
Color Harmonies of #BA49EF
Complementary color
Monochromatic Colors of #BA49EF
Black with #BA49EF
Text Example
Text Example
White with #BA49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49EF; }
p { color: rgb(186,73,239); }
H1.HeaderClassName
{
color: #BA49EF;
}
.AnyTagClassName
{
color: #BA49EF;
}
</style>
background-color css
<style>
a { background-color: #BA49EF; }
a { background-color: rgb(186,73,239); }
div.DivClassName
{
background-color: #BA49EF;
}
.BgClassName
{
background-color: #BA49EF;
}
</style>
border-color css
<style>
span { border-color: #BA49EF; }
span { border-color: rgb(186,73,239); }
td.TdClassName
{
border-color: #BA49EF;
}
.TagClassName
{
border-color: #BA49EF;
}
</style>