Shades of Medium Orchid #BA49D9
Tints of Medium Orchid #BA49D9
RGB
CMYK
RGB Variations
Color information
#BA49D9 (or 0xBA49D9) is known color: Medium Orchid. HEX triplet: BA, 49 and D9. RGB value is (186,73,217). Sum of RGB (Red+Green+Blue) = 186+73+217=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA49D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49D9 is #45B626. Grayscale: #7A7A7A. Windows color (decimal): -4568615 or 14240186. OLE color: 14240186.
HSL color Cylindrical-coordinate representation of color #BA49D9: hue angle of 287.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA49D9 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 73 | 217 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.15 |
| HSL | 287.08º | 0.65% | 0.57% | - |
| HSV(B) | 287.08º | 0.66% | 0.85% | - |
| XYZ | 35.16 | 20.21 | 67.69 | - |
| YUV | 123.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 217 | 0.14 | 0.66 | 0 | 0.15 | 287.08 | 0.65 | 0.57 |
| Hex | BA | 49 | D9 | E | 42 | 0 | F | 11F | 41 | 39 |
| Octal | 272 | 111 | 331 | 16 | 102 | 0 | 17 | 437 | 101 | 71 |
| Binary | 10111010 | 1001001 | 11011001 | 1110 | 1000010 | 0 | 1111 | 100011111 | 1000001 | 111001 |
Color Harmonies of #BA49D9
Complementary color
Monochromatic Colors of #BA49D9
Black with #BA49D9
Text Example
Text Example
White with #BA49D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49D9; }
p { color: rgb(186,73,217); }
H1.HeaderClassName
{
color: #BA49D9;
}
.AnyTagClassName
{
color: #BA49D9;
}
</style>
background-color css
<style>
a { background-color: #BA49D9; }
a { background-color: rgb(186,73,217); }
div.DivClassName
{
background-color: #BA49D9;
}
.BgClassName
{
background-color: #BA49D9;
}
</style>
border-color css
<style>
span { border-color: #BA49D9; }
span { border-color: rgb(186,73,217); }
td.TdClassName
{
border-color: #BA49D9;
}
.TagClassName
{
border-color: #BA49D9;
}
</style>