Shades of Medium Orchid #BA73DD
Tints of Medium Orchid #BA73DD
RGB
CMYK
RGB Variations
Color information
#BA73DD (or 0xBA73DD) is known color: Medium Orchid. HEX triplet: BA, 73 and DD. RGB value is (186,115,221). Sum of RGB (Red+Green+Blue) = 186+115+221=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73DD is #458C22. Grayscale: #939393. Windows color (decimal): -4557859 or 14513082. OLE color: 14513082.
HSL color Cylindrical-coordinate representation of color #BA73DD: hue angle of 280.19º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA73DD is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 115 | 221 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 280.19º | 0.61% | 0.66% | - |
| HSV(B) | 280.19º | 0.48% | 0.87% | - |
| XYZ | 39.43 | 27.92 | 71.72 | - |
| YUV | 148.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 221 | 0.16 | 0.48 | 0 | 0.13 | 280.19 | 0.61 | 0.66 |
| Hex | BA | 73 | DD | 10 | 30 | 0 | D | 118 | 3D | 42 |
| Octal | 272 | 163 | 335 | 20 | 60 | 0 | 15 | 430 | 75 | 102 |
| Binary | 10111010 | 1110011 | 11011101 | 10000 | 110000 | 0 | 1101 | 100011000 | 111101 | 1000010 |
Color Harmonies of #BA73DD
Complementary color
Monochromatic Colors of #BA73DD
Black with #BA73DD
Text Example
Text Example
White with #BA73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73DD; }
p { color: rgb(186,115,221); }
H1.HeaderClassName
{
color: #BA73DD;
}
.AnyTagClassName
{
color: #BA73DD;
}
</style>
background-color css
<style>
a { background-color: #BA73DD; }
a { background-color: rgb(186,115,221); }
div.DivClassName
{
background-color: #BA73DD;
}
.BgClassName
{
background-color: #BA73DD;
}
</style>
border-color css
<style>
span { border-color: #BA73DD; }
span { border-color: rgb(186,115,221); }
td.TdClassName
{
border-color: #BA73DD;
}
.TagClassName
{
border-color: #BA73DD;
}
</style>