Shades of Medium Orchid #BA49D6
Tints of Medium Orchid #BA49D6
RGB
CMYK
RGB Variations
Color information
#BA49D6 (or 0xBA49D6) is known color: Medium Orchid. HEX triplet: BA, 49 and D6. RGB value is (186,73,214). Sum of RGB (Red+Green+Blue) = 186+73+214=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA49D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49D6 is #45B629. Grayscale: #7A7A7A. Windows color (decimal): -4568618 or 14043578. OLE color: 14043578.
HSL color Cylindrical-coordinate representation of color #BA49D6: hue angle of 288.09º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA49D6 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 73 | 214 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.16 |
| HSL | 288.09º | 0.63% | 0.56% | - |
| HSV(B) | 288.09º | 0.66% | 0.84% | - |
| XYZ | 34.77 | 20.06 | 65.66 | - |
| YUV | 122.86 | 179.44 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 214 | 0.13 | 0.66 | 0 | 0.16 | 288.09 | 0.63 | 0.56 |
| Hex | BA | 49 | D6 | D | 42 | 0 | 10 | 120 | 3F | 38 |
| Octal | 272 | 111 | 326 | 15 | 102 | 0 | 20 | 440 | 77 | 70 |
| Binary | 10111010 | 1001001 | 11010110 | 1101 | 1000010 | 0 | 10000 | 100100000 | 111111 | 111000 |
Color Harmonies of #BA49D6
Complementary color
Monochromatic Colors of #BA49D6
Black with #BA49D6
Text Example
Text Example
White with #BA49D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49D6; }
p { color: rgb(186,73,214); }
H1.HeaderClassName
{
color: #BA49D6;
}
.AnyTagClassName
{
color: #BA49D6;
}
</style>
background-color css
<style>
a { background-color: #BA49D6; }
a { background-color: rgb(186,73,214); }
div.DivClassName
{
background-color: #BA49D6;
}
.BgClassName
{
background-color: #BA49D6;
}
</style>
border-color css
<style>
span { border-color: #BA49D6; }
span { border-color: rgb(186,73,214); }
td.TdClassName
{
border-color: #BA49D6;
}
.TagClassName
{
border-color: #BA49D6;
}
</style>