Shades of Medium Orchid #BA70D9
Tints of Medium Orchid #BA70D9
RGB
CMYK
RGB Variations
Color information
#BA70D9 (or 0xBA70D9) is known color: Medium Orchid. HEX triplet: BA, 70 and D9. RGB value is (186,112,217). Sum of RGB (Red+Green+Blue) = 186+112+217=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA70D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70D9 is #458F26. Grayscale: #919191. Windows color (decimal): -4558631 or 14250170. OLE color: 14250170.
HSL color Cylindrical-coordinate representation of color #BA70D9: hue angle of 282.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA70D9 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 112 | 217 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.15 |
| HSL | 282.29º | 0.58% | 0.65% | - |
| HSV(B) | 282.29º | 0.48% | 0.85% | - |
| XYZ | 38.57 | 27.04 | 68.83 | - |
| YUV | 146.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 217 | 0.14 | 0.48 | 0 | 0.15 | 282.29 | 0.58 | 0.65 |
| Hex | BA | 70 | D9 | E | 30 | 0 | F | 11A | 3A | 41 |
| Octal | 272 | 160 | 331 | 16 | 60 | 0 | 17 | 432 | 72 | 101 |
| Binary | 10111010 | 1110000 | 11011001 | 1110 | 110000 | 0 | 1111 | 100011010 | 111010 | 1000001 |
Color Harmonies of #BA70D9
Complementary color
Monochromatic Colors of #BA70D9
Black with #BA70D9
Text Example
Text Example
White with #BA70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70D9; }
p { color: rgb(186,112,217); }
H1.HeaderClassName
{
color: #BA70D9;
}
.AnyTagClassName
{
color: #BA70D9;
}
</style>
background-color css
<style>
a { background-color: #BA70D9; }
a { background-color: rgb(186,112,217); }
div.DivClassName
{
background-color: #BA70D9;
}
.BgClassName
{
background-color: #BA70D9;
}
</style>
border-color css
<style>
span { border-color: #BA70D9; }
span { border-color: rgb(186,112,217); }
td.TdClassName
{
border-color: #BA70D9;
}
.TagClassName
{
border-color: #BA70D9;
}
</style>