Shades of Medium Orchid #BA71CA
Tints of Medium Orchid #BA71CA
RGB
CMYK
RGB Variations
Color information
#BA71CA (or 0xBA71CA) is known color: Medium Orchid. HEX triplet: BA, 71 and CA. RGB value is (186,113,202). Sum of RGB (Red+Green+Blue) = 186+113+202=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71CA is #458E35. Grayscale: #909090. Windows color (decimal): -4558390 or 13267386. OLE color: 13267386.
HSL color Cylindrical-coordinate representation of color #BA71CA: hue angle of 289.21º degrees, saturation: 0.46, 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 #BA71CA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 113 | 202 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.21 |
| HSL | 289.21º | 0.46% | 0.62% | - |
| HSV(B) | 289.21º | 0.44% | 0.79% | - |
| XYZ | 36.82 | 26.51 | 59.05 | - |
| YUV | 144.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 202 | 0.08 | 0.44 | 0 | 0.21 | 289.21 | 0.46 | 0.62 |
| Hex | BA | 71 | CA | 8 | 2C | 0 | 15 | 121 | 2E | 3E |
| Octal | 272 | 161 | 312 | 10 | 54 | 0 | 25 | 441 | 56 | 76 |
| Binary | 10111010 | 1110001 | 11001010 | 1000 | 101100 | 0 | 10101 | 100100001 | 101110 | 111110 |
Color Harmonies of #BA71CA
Complementary color
Monochromatic Colors of #BA71CA
Black with #BA71CA
Text Example
Text Example
White with #BA71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71CA; }
p { color: rgb(186,113,202); }
H1.HeaderClassName
{
color: #BA71CA;
}
.AnyTagClassName
{
color: #BA71CA;
}
</style>
background-color css
<style>
a { background-color: #BA71CA; }
a { background-color: rgb(186,113,202); }
div.DivClassName
{
background-color: #BA71CA;
}
.BgClassName
{
background-color: #BA71CA;
}
</style>
border-color css
<style>
span { border-color: #BA71CA; }
span { border-color: rgb(186,113,202); }
td.TdClassName
{
border-color: #BA71CA;
}
.TagClassName
{
border-color: #BA71CA;
}
</style>