Shades of Medium Orchid #BA71D3
Tints of Medium Orchid #BA71D3
RGB
CMYK
RGB Variations
Color information
#BA71D3 (or 0xBA71D3) is known color: Medium Orchid. HEX triplet: BA, 71 and D3. RGB value is (186,113,211). Sum of RGB (Red+Green+Blue) = 186+113+211=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA71D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71D3 is #458E2C. Grayscale: #919191. Windows color (decimal): -4558381 or 13857210. OLE color: 13857210.
HSL color Cylindrical-coordinate representation of color #BA71D3: hue angle of 284.69º 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 #BA71D3 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 113 | 211 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.17 |
| HSL | 284.69º | 0.53% | 0.64% | - |
| HSV(B) | 284.69º | 0.46% | 0.83% | - |
| XYZ | 37.91 | 26.95 | 64.83 | - |
| YUV | 146 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 211 | 0.12 | 0.46 | 0 | 0.17 | 284.69 | 0.53 | 0.64 |
| Hex | BA | 71 | D3 | C | 2E | 0 | 11 | 11D | 35 | 40 |
| Octal | 272 | 161 | 323 | 14 | 56 | 0 | 21 | 435 | 65 | 100 |
| Binary | 10111010 | 1110001 | 11010011 | 1100 | 101110 | 0 | 10001 | 100011101 | 110101 | 1000000 |
Color Harmonies of #BA71D3
Complementary color
Monochromatic Colors of #BA71D3
Black with #BA71D3
Text Example
Text Example
White with #BA71D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71D3; }
p { color: rgb(186,113,211); }
H1.HeaderClassName
{
color: #BA71D3;
}
.AnyTagClassName
{
color: #BA71D3;
}
</style>
background-color css
<style>
a { background-color: #BA71D3; }
a { background-color: rgb(186,113,211); }
div.DivClassName
{
background-color: #BA71D3;
}
.BgClassName
{
background-color: #BA71D3;
}
</style>
border-color css
<style>
span { border-color: #BA71D3; }
span { border-color: rgb(186,113,211); }
td.TdClassName
{
border-color: #BA71D3;
}
.TagClassName
{
border-color: #BA71D3;
}
</style>