Shades of Medium Orchid #BA71D7
Tints of Medium Orchid #BA71D7
RGB
CMYK
RGB Variations
Color information
#BA71D7 (or 0xBA71D7) is known color: Medium Orchid. HEX triplet: BA, 71 and D7. RGB value is (186,113,215). Sum of RGB (Red+Green+Blue) = 186+113+215=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA71D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71D7 is #458E28. Grayscale: #929292. Windows color (decimal): -4558377 or 14119354. OLE color: 14119354.
HSL color Cylindrical-coordinate representation of color #BA71D7: hue angle of 282.94º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA71D7 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 113 | 215 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.16 |
| HSL | 282.94º | 0.56% | 0.64% | - |
| HSV(B) | 282.94º | 0.47% | 0.84% | - |
| XYZ | 38.42 | 27.16 | 67.51 | - |
| YUV | 146.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 215 | 0.13 | 0.47 | 0 | 0.16 | 282.94 | 0.56 | 0.64 |
| Hex | BA | 71 | D7 | D | 2F | 0 | 10 | 11B | 38 | 40 |
| Octal | 272 | 161 | 327 | 15 | 57 | 0 | 20 | 433 | 70 | 100 |
| Binary | 10111010 | 1110001 | 11010111 | 1101 | 101111 | 0 | 10000 | 100011011 | 111000 | 1000000 |
Color Harmonies of #BA71D7
Complementary color
Monochromatic Colors of #BA71D7
Black with #BA71D7
Text Example
Text Example
White with #BA71D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71D7; }
p { color: rgb(186,113,215); }
H1.HeaderClassName
{
color: #BA71D7;
}
.AnyTagClassName
{
color: #BA71D7;
}
</style>
background-color css
<style>
a { background-color: #BA71D7; }
a { background-color: rgb(186,113,215); }
div.DivClassName
{
background-color: #BA71D7;
}
.BgClassName
{
background-color: #BA71D7;
}
</style>
border-color css
<style>
span { border-color: #BA71D7; }
span { border-color: rgb(186,113,215); }
td.TdClassName
{
border-color: #BA71D7;
}
.TagClassName
{
border-color: #BA71D7;
}
</style>