Shades of Medium Orchid #BA49F3
Tints of Medium Orchid #BA49F3
RGB
CMYK
RGB Variations
Color information
#BA49F3 (or 0xBA49F3) is known color: Medium Orchid. HEX triplet: BA, 49 and F3. RGB value is (186,73,243). Sum of RGB (Red+Green+Blue) = 186+73+243=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA49F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49F3 is #45B60C. Grayscale: #7D7D7D. Windows color (decimal): -4568589 or 15944122. OLE color: 15944122.
HSL color Cylindrical-coordinate representation of color #BA49F3: hue angle of 279.88º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA49F3 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 73 | 243 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.05 |
| HSL | 279.88º | 0.88% | 0.62% | - |
| HSV(B) | 279.88º | 0.7% | 0.95% | - |
| XYZ | 38.81 | 21.68 | 86.93 | - |
| YUV | 126.17 | 193.94 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 243 | 0.23 | 0.70 | 0 | 0.05 | 279.88 | 0.88 | 0.62 |
| Hex | BA | 49 | F3 | 17 | 46 | 0 | 5 | 118 | 58 | 3E |
| Octal | 272 | 111 | 363 | 27 | 106 | 0 | 5 | 430 | 130 | 76 |
| Binary | 10111010 | 1001001 | 11110011 | 10111 | 1000110 | 0 | 101 | 100011000 | 1011000 | 111110 |
Color Harmonies of #BA49F3
Complementary color
Monochromatic Colors of #BA49F3
Black with #BA49F3
Text Example
Text Example
White with #BA49F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49F3; }
p { color: rgb(186,73,243); }
H1.HeaderClassName
{
color: #BA49F3;
}
.AnyTagClassName
{
color: #BA49F3;
}
</style>
background-color css
<style>
a { background-color: #BA49F3; }
a { background-color: rgb(186,73,243); }
div.DivClassName
{
background-color: #BA49F3;
}
.BgClassName
{
background-color: #BA49F3;
}
</style>
border-color css
<style>
span { border-color: #BA49F3; }
span { border-color: rgb(186,73,243); }
td.TdClassName
{
border-color: #BA49F3;
}
.TagClassName
{
border-color: #BA49F3;
}
</style>