Shades of Medium Orchid #BA49CD
Tints of Medium Orchid #BA49CD
RGB
CMYK
RGB Variations
Color information
#BA49CD (or 0xBA49CD) is known color: Medium Orchid. HEX triplet: BA, 49 and CD. RGB value is (186,73,205). Sum of RGB (Red+Green+Blue) = 186+73+205=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA49CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49CD is #45B632. Grayscale: #797979. Windows color (decimal): -4568627 or 13453754. OLE color: 13453754.
HSL color Cylindrical-coordinate representation of color #BA49CD: hue angle of 291.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA49CD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 73 | 205 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.20 |
| HSL | 291.36º | 0.57% | 0.55% | - |
| HSV(B) | 291.36º | 0.64% | 0.8% | - |
| XYZ | 33.65 | 19.61 | 59.77 | - |
| YUV | 121.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 205 | 0.09 | 0.64 | 0 | 0.20 | 291.36 | 0.57 | 0.55 |
| Hex | BA | 49 | CD | 9 | 40 | 0 | 14 | 123 | 39 | 37 |
| Octal | 272 | 111 | 315 | 11 | 100 | 0 | 24 | 443 | 71 | 67 |
| Binary | 10111010 | 1001001 | 11001101 | 1001 | 1000000 | 0 | 10100 | 100100011 | 111001 | 110111 |
Color Harmonies of #BA49CD
Complementary color
Monochromatic Colors of #BA49CD
Black with #BA49CD
Text Example
Text Example
White with #BA49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49CD; }
p { color: rgb(186,73,205); }
H1.HeaderClassName
{
color: #BA49CD;
}
.AnyTagClassName
{
color: #BA49CD;
}
</style>
background-color css
<style>
a { background-color: #BA49CD; }
a { background-color: rgb(186,73,205); }
div.DivClassName
{
background-color: #BA49CD;
}
.BgClassName
{
background-color: #BA49CD;
}
</style>
border-color css
<style>
span { border-color: #BA49CD; }
span { border-color: rgb(186,73,205); }
td.TdClassName
{
border-color: #BA49CD;
}
.TagClassName
{
border-color: #BA49CD;
}
</style>