Shades of Medium Orchid #BA73DA
Tints of Medium Orchid #BA73DA
RGB
CMYK
RGB Variations
Color information
#BA73DA (or 0xBA73DA) is known color: Medium Orchid. HEX triplet: BA, 73 and DA. RGB value is (186,115,218). Sum of RGB (Red+Green+Blue) = 186+115+218=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73DA is #458C25. Grayscale: #939393. Windows color (decimal): -4557862 or 14316474. OLE color: 14316474.
HSL color Cylindrical-coordinate representation of color #BA73DA: hue angle of 281.36º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA73DA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 115 | 218 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.15 |
| HSL | 281.36º | 0.58% | 0.65% | - |
| HSV(B) | 281.36º | 0.47% | 0.85% | - |
| XYZ | 39.04 | 27.76 | 69.63 | - |
| YUV | 147.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 218 | 0.15 | 0.47 | 0 | 0.15 | 281.36 | 0.58 | 0.65 |
| Hex | BA | 73 | DA | F | 2F | 0 | F | 119 | 3A | 41 |
| Octal | 272 | 163 | 332 | 17 | 57 | 0 | 17 | 431 | 72 | 101 |
| Binary | 10111010 | 1110011 | 11011010 | 1111 | 101111 | 0 | 1111 | 100011001 | 111010 | 1000001 |
Color Harmonies of #BA73DA
Complementary color
Monochromatic Colors of #BA73DA
Black with #BA73DA
Text Example
Text Example
White with #BA73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73DA; }
p { color: rgb(186,115,218); }
H1.HeaderClassName
{
color: #BA73DA;
}
.AnyTagClassName
{
color: #BA73DA;
}
</style>
background-color css
<style>
a { background-color: #BA73DA; }
a { background-color: rgb(186,115,218); }
div.DivClassName
{
background-color: #BA73DA;
}
.BgClassName
{
background-color: #BA73DA;
}
</style>
border-color css
<style>
span { border-color: #BA73DA; }
span { border-color: rgb(186,115,218); }
td.TdClassName
{
border-color: #BA73DA;
}
.TagClassName
{
border-color: #BA73DA;
}
</style>