Shades of Medium Orchid #BA71C9
Tints of Medium Orchid #BA71C9
RGB
CMYK
RGB Variations
Color information
#BA71C9 (or 0xBA71C9) is known color: Medium Orchid. HEX triplet: BA, 71 and C9. RGB value is (186,113,201). Sum of RGB (Red+Green+Blue) = 186+113+201=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA71C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C9 is #458E36. Grayscale: #909090. Windows color (decimal): -4558391 or 13201850. OLE color: 13201850.
HSL color Cylindrical-coordinate representation of color #BA71C9: hue angle of 289.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA71C9 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 113 | 201 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.21 |
| HSL | 289.77º | 0.45% | 0.62% | - |
| HSV(B) | 289.77º | 0.44% | 0.79% | - |
| XYZ | 36.7 | 26.47 | 58.43 | - |
| YUV | 144.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 201 | 0.07 | 0.44 | 0 | 0.21 | 289.77 | 0.45 | 0.62 |
| Hex | BA | 71 | C9 | 7 | 2C | 0 | 15 | 122 | 2D | 3E |
| Octal | 272 | 161 | 311 | 7 | 54 | 0 | 25 | 442 | 55 | 76 |
| Binary | 10111010 | 1110001 | 11001001 | 111 | 101100 | 0 | 10101 | 100100010 | 101101 | 111110 |
Color Harmonies of #BA71C9
Complementary color
Monochromatic Colors of #BA71C9
Black with #BA71C9
Text Example
Text Example
White with #BA71C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71C9; }
p { color: rgb(186,113,201); }
H1.HeaderClassName
{
color: #BA71C9;
}
.AnyTagClassName
{
color: #BA71C9;
}
</style>
background-color css
<style>
a { background-color: #BA71C9; }
a { background-color: rgb(186,113,201); }
div.DivClassName
{
background-color: #BA71C9;
}
.BgClassName
{
background-color: #BA71C9;
}
</style>
border-color css
<style>
span { border-color: #BA71C9; }
span { border-color: rgb(186,113,201); }
td.TdClassName
{
border-color: #BA71C9;
}
.TagClassName
{
border-color: #BA71C9;
}
</style>