Shades of Medium Orchid #BA49D5
Tints of Medium Orchid #BA49D5
RGB
CMYK
RGB Variations
Color information
#BA49D5 (or 0xBA49D5) is known color: Medium Orchid. HEX triplet: BA, 49 and D5. RGB value is (186,73,213). Sum of RGB (Red+Green+Blue) = 186+73+213=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49D5 is #45B62A. Grayscale: #7A7A7A. Windows color (decimal): -4568619 or 13978042. OLE color: 13978042.
HSL color Cylindrical-coordinate representation of color #BA49D5: hue angle of 288.43º degrees, saturation: 0.62, 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 #BA49D5 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 73 | 213 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.16 |
| HSL | 288.43º | 0.63% | 0.56% | - |
| HSV(B) | 288.43º | 0.66% | 0.84% | - |
| XYZ | 34.64 | 20.01 | 64.99 | - |
| YUV | 122.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 213 | 0.13 | 0.66 | 0 | 0.16 | 288.43 | 0.63 | 0.56 |
| Hex | BA | 49 | D5 | D | 42 | 0 | 10 | 120 | 3E | 38 |
| Octal | 272 | 111 | 325 | 15 | 102 | 0 | 20 | 440 | 76 | 70 |
| Binary | 10111010 | 1001001 | 11010101 | 1101 | 1000010 | 0 | 10000 | 100100000 | 111110 | 111000 |
Color Harmonies of #BA49D5
Complementary color
Monochromatic Colors of #BA49D5
Black with #BA49D5
Text Example
Text Example
White with #BA49D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49D5; }
p { color: rgb(186,73,213); }
H1.HeaderClassName
{
color: #BA49D5;
}
.AnyTagClassName
{
color: #BA49D5;
}
</style>
background-color css
<style>
a { background-color: #BA49D5; }
a { background-color: rgb(186,73,213); }
div.DivClassName
{
background-color: #BA49D5;
}
.BgClassName
{
background-color: #BA49D5;
}
</style>
border-color css
<style>
span { border-color: #BA49D5; }
span { border-color: rgb(186,73,213); }
td.TdClassName
{
border-color: #BA49D5;
}
.TagClassName
{
border-color: #BA49D5;
}
</style>