Shades of Medium Orchid #BA71C5
Tints of Medium Orchid #BA71C5
RGB
CMYK
RGB Variations
Color information
#BA71C5 (or 0xBA71C5) is known color: Medium Orchid. HEX triplet: BA, 71 and C5. RGB value is (186,113,197). Sum of RGB (Red+Green+Blue) = 186+113+197=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C5 is #458E3A. Grayscale: #909090. Windows color (decimal): -4558395 or 12939706. OLE color: 12939706.
HSL color Cylindrical-coordinate representation of color #BA71C5: hue angle of 292.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA71C5 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 113 | 197 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.23 |
| HSL | 292.14º | 0.42% | 0.61% | - |
| HSV(B) | 292.14º | 0.43% | 0.77% | - |
| XYZ | 36.23 | 26.28 | 55.99 | - |
| YUV | 144.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 197 | 0.06 | 0.43 | 0 | 0.23 | 292.14 | 0.42 | 0.61 |
| Hex | BA | 71 | C5 | 6 | 2B | 0 | 17 | 124 | 2A | 3D |
| Octal | 272 | 161 | 305 | 6 | 53 | 0 | 27 | 444 | 52 | 75 |
| Binary | 10111010 | 1110001 | 11000101 | 110 | 101011 | 0 | 10111 | 100100100 | 101010 | 111101 |
Color Harmonies of #BA71C5
Complementary color
Monochromatic Colors of #BA71C5
Black with #BA71C5
Text Example
Text Example
White with #BA71C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71C5; }
p { color: rgb(186,113,197); }
H1.HeaderClassName
{
color: #BA71C5;
}
.AnyTagClassName
{
color: #BA71C5;
}
</style>
background-color css
<style>
a { background-color: #BA71C5; }
a { background-color: rgb(186,113,197); }
div.DivClassName
{
background-color: #BA71C5;
}
.BgClassName
{
background-color: #BA71C5;
}
</style>
border-color css
<style>
span { border-color: #BA71C5; }
span { border-color: rgb(186,113,197); }
td.TdClassName
{
border-color: #BA71C5;
}
.TagClassName
{
border-color: #BA71C5;
}
</style>