Shades of Medium Orchid #BA73D5
Tints of Medium Orchid #BA73D5
RGB
CMYK
RGB Variations
Color information
#BA73D5 (or 0xBA73D5) is known color: Medium Orchid. HEX triplet: BA, 73 and D5. RGB value is (186,115,213). Sum of RGB (Red+Green+Blue) = 186+115+213=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA73D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73D5 is #458C2A. Grayscale: #939393. Windows color (decimal): -4557867 or 13988794. OLE color: 13988794.
HSL color Cylindrical-coordinate representation of color #BA73D5: hue angle of 283.47º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA73D5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 115 | 213 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.16 |
| HSL | 283.47º | 0.54% | 0.64% | - |
| HSV(B) | 283.47º | 0.46% | 0.84% | - |
| XYZ | 38.39 | 27.5 | 66.24 | - |
| YUV | 147.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 213 | 0.13 | 0.46 | 0 | 0.16 | 283.47 | 0.54 | 0.64 |
| Hex | BA | 73 | D5 | D | 2E | 0 | 10 | 11B | 36 | 40 |
| Octal | 272 | 163 | 325 | 15 | 56 | 0 | 20 | 433 | 66 | 100 |
| Binary | 10111010 | 1110011 | 11010101 | 1101 | 101110 | 0 | 10000 | 100011011 | 110110 | 1000000 |
Color Harmonies of #BA73D5
Complementary color
Monochromatic Colors of #BA73D5
Black with #BA73D5
Text Example
Text Example
White with #BA73D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73D5; }
p { color: rgb(186,115,213); }
H1.HeaderClassName
{
color: #BA73D5;
}
.AnyTagClassName
{
color: #BA73D5;
}
</style>
background-color css
<style>
a { background-color: #BA73D5; }
a { background-color: rgb(186,115,213); }
div.DivClassName
{
background-color: #BA73D5;
}
.BgClassName
{
background-color: #BA73D5;
}
</style>
border-color css
<style>
span { border-color: #BA73D5; }
span { border-color: rgb(186,115,213); }
td.TdClassName
{
border-color: #BA73D5;
}
.TagClassName
{
border-color: #BA73D5;
}
</style>