Shades of Medium Orchid #BA49D7
Tints of Medium Orchid #BA49D7
RGB
CMYK
RGB Variations
Color information
#BA49D7 (or 0xBA49D7) is known color: Medium Orchid. HEX triplet: BA, 49 and D7. RGB value is (186,73,215). Sum of RGB (Red+Green+Blue) = 186+73+215=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA49D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA49D7 is #45B628. Grayscale: #7A7A7A. Windows color (decimal): -4568617 or 14109114. OLE color: 14109114.
HSL color Cylindrical-coordinate representation of color #BA49D7: hue angle of 287.75º degrees, saturation: 0.64, 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 #BA49D7 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 73 | 215 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.16 |
| HSL | 287.75º | 0.64% | 0.56% | - |
| HSV(B) | 287.75º | 0.66% | 0.84% | - |
| XYZ | 34.9 | 20.11 | 66.33 | - |
| YUV | 122.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 215 | 0.13 | 0.66 | 0 | 0.16 | 287.75 | 0.64 | 0.56 |
| Hex | BA | 49 | D7 | D | 42 | 0 | 10 | 120 | 40 | 38 |
| Octal | 272 | 111 | 327 | 15 | 102 | 0 | 20 | 440 | 100 | 70 |
| Binary | 10111010 | 1001001 | 11010111 | 1101 | 1000010 | 0 | 10000 | 100100000 | 1000000 | 111000 |
Color Harmonies of #BA49D7
Complementary color
Monochromatic Colors of #BA49D7
Black with #BA49D7
Text Example
Text Example
White with #BA49D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49D7; }
p { color: rgb(186,73,215); }
H1.HeaderClassName
{
color: #BA49D7;
}
.AnyTagClassName
{
color: #BA49D7;
}
</style>
background-color css
<style>
a { background-color: #BA49D7; }
a { background-color: rgb(186,73,215); }
div.DivClassName
{
background-color: #BA49D7;
}
.BgClassName
{
background-color: #BA49D7;
}
</style>
border-color css
<style>
span { border-color: #BA49D7; }
span { border-color: rgb(186,73,215); }
td.TdClassName
{
border-color: #BA49D7;
}
.TagClassName
{
border-color: #BA49D7;
}
</style>