Shades of Medium Orchid #BA73D4
Tints of Medium Orchid #BA73D4
RGB
CMYK
RGB Variations
Color information
#BA73D4 (or 0xBA73D4) is known color: Medium Orchid. HEX triplet: BA, 73 and D4. RGB value is (186,115,212). Sum of RGB (Red+Green+Blue) = 186+115+212=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA73D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73D4 is #458C2B. Grayscale: #929292. Windows color (decimal): -4557868 or 13923258. OLE color: 13923258.
HSL color Cylindrical-coordinate representation of color #BA73D4: hue angle of 283.92º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA73D4 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 115 | 212 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.17 |
| HSL | 283.92º | 0.53% | 0.64% | - |
| HSV(B) | 283.92º | 0.46% | 0.83% | - |
| XYZ | 38.26 | 27.45 | 65.57 | - |
| YUV | 147.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 212 | 0.12 | 0.46 | 0 | 0.17 | 283.92 | 0.53 | 0.64 |
| Hex | BA | 73 | D4 | C | 2E | 0 | 11 | 11C | 35 | 40 |
| Octal | 272 | 163 | 324 | 14 | 56 | 0 | 21 | 434 | 65 | 100 |
| Binary | 10111010 | 1110011 | 11010100 | 1100 | 101110 | 0 | 10001 | 100011100 | 110101 | 1000000 |
Color Harmonies of #BA73D4
Complementary color
Monochromatic Colors of #BA73D4
Black with #BA73D4
Text Example
Text Example
White with #BA73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73D4; }
p { color: rgb(186,115,212); }
H1.HeaderClassName
{
color: #BA73D4;
}
.AnyTagClassName
{
color: #BA73D4;
}
</style>
background-color css
<style>
a { background-color: #BA73D4; }
a { background-color: rgb(186,115,212); }
div.DivClassName
{
background-color: #BA73D4;
}
.BgClassName
{
background-color: #BA73D4;
}
</style>
border-color css
<style>
span { border-color: #BA73D4; }
span { border-color: rgb(186,115,212); }
td.TdClassName
{
border-color: #BA73D4;
}
.TagClassName
{
border-color: #BA73D4;
}
</style>