Shades of Medium Orchid #BA49F2
Tints of Medium Orchid #BA49F2
RGB
CMYK
RGB Variations
Color information
#BA49F2 (or 0xBA49F2) is known color: Medium Orchid. HEX triplet: BA, 49 and F2. RGB value is (186,73,242). Sum of RGB (Red+Green+Blue) = 186+73+242=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA49F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49F2 is #45B60D. Grayscale: #7D7D7D. Windows color (decimal): -4568590 or 15878586. OLE color: 15878586.
HSL color Cylindrical-coordinate representation of color #BA49F2: hue angle of 280.12º degrees, saturation: 0.87, 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 #BA49F2 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 73 | 242 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.05 |
| HSL | 280.12º | 0.87% | 0.62% | - |
| HSV(B) | 280.12º | 0.7% | 0.95% | - |
| XYZ | 38.66 | 21.62 | 86.14 | - |
| YUV | 126.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 242 | 0.23 | 0.70 | 0 | 0.05 | 280.12 | 0.87 | 0.62 |
| Hex | BA | 49 | F2 | 17 | 46 | 0 | 5 | 118 | 57 | 3E |
| Octal | 272 | 111 | 362 | 27 | 106 | 0 | 5 | 430 | 127 | 76 |
| Binary | 10111010 | 1001001 | 11110010 | 10111 | 1000110 | 0 | 101 | 100011000 | 1010111 | 111110 |
Color Harmonies of #BA49F2
Complementary color
Monochromatic Colors of #BA49F2
Black with #BA49F2
Text Example
Text Example
White with #BA49F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49F2; }
p { color: rgb(186,73,242); }
H1.HeaderClassName
{
color: #BA49F2;
}
.AnyTagClassName
{
color: #BA49F2;
}
</style>
background-color css
<style>
a { background-color: #BA49F2; }
a { background-color: rgb(186,73,242); }
div.DivClassName
{
background-color: #BA49F2;
}
.BgClassName
{
background-color: #BA49F2;
}
</style>
border-color css
<style>
span { border-color: #BA49F2; }
span { border-color: rgb(186,73,242); }
td.TdClassName
{
border-color: #BA49F2;
}
.TagClassName
{
border-color: #BA49F2;
}
</style>