Shades of Medium Orchid #BA49CC
Tints of Medium Orchid #BA49CC
RGB
CMYK
RGB Variations
Color information
#BA49CC (or 0xBA49CC) is known color: Medium Orchid. HEX triplet: BA, 49 and CC. RGB value is (186,73,204). Sum of RGB (Red+Green+Blue) = 186+73+204=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49CC is #45B633. Grayscale: #797979. Windows color (decimal): -4568628 or 13388218. OLE color: 13388218.
HSL color Cylindrical-coordinate representation of color #BA49CC: hue angle of 291.76º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA49CC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 73 | 204 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.2 |
| HSL | 291.76º | 0.56% | 0.54% | - |
| HSV(B) | 291.76º | 0.64% | 0.8% | - |
| XYZ | 33.53 | 19.56 | 59.14 | - |
| YUV | 121.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 204 | 0.09 | 0.64 | 0 | 0.2 | 291.76 | 0.56 | 0.54 |
| Hex | BA | 49 | CC | 9 | 40 | 0 | 14 | 124 | 38 | 36 |
| Octal | 272 | 111 | 314 | 11 | 100 | 0 | 24 | 444 | 70 | 66 |
| Binary | 10111010 | 1001001 | 11001100 | 1001 | 1000000 | 0 | 10100 | 100100100 | 111000 | 110110 |
Color Harmonies of #BA49CC
Complementary color
Monochromatic Colors of #BA49CC
Black with #BA49CC
Text Example
Text Example
White with #BA49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49CC; }
p { color: rgb(186,73,204); }
H1.HeaderClassName
{
color: #BA49CC;
}
.AnyTagClassName
{
color: #BA49CC;
}
</style>
background-color css
<style>
a { background-color: #BA49CC; }
a { background-color: rgb(186,73,204); }
div.DivClassName
{
background-color: #BA49CC;
}
.BgClassName
{
background-color: #BA49CC;
}
</style>
border-color css
<style>
span { border-color: #BA49CC; }
span { border-color: rgb(186,73,204); }
td.TdClassName
{
border-color: #BA49CC;
}
.TagClassName
{
border-color: #BA49CC;
}
</style>