Shades of Medium Orchid #BA70D1
Tints of Medium Orchid #BA70D1
RGB
CMYK
RGB Variations
Color information
#BA70D1 (or 0xBA70D1) is known color: Medium Orchid. HEX triplet: BA, 70 and D1. RGB value is (186,112,209). Sum of RGB (Red+Green+Blue) = 186+112+209=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA70D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70D1 is #458F2E. Grayscale: #909090. Windows color (decimal): -4558639 or 13725882. OLE color: 13725882.
HSL color Cylindrical-coordinate representation of color #BA70D1: hue angle of 285.77º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA70D1 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 112 | 209 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.18 |
| HSL | 285.77º | 0.51% | 0.63% | - |
| HSV(B) | 285.77º | 0.46% | 0.82% | - |
| XYZ | 37.55 | 26.63 | 63.48 | - |
| YUV | 145.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 209 | 0.11 | 0.46 | 0 | 0.18 | 285.77 | 0.51 | 0.63 |
| Hex | BA | 70 | D1 | B | 2E | 0 | 12 | 11E | 33 | 3F |
| Octal | 272 | 160 | 321 | 13 | 56 | 0 | 22 | 436 | 63 | 77 |
| Binary | 10111010 | 1110000 | 11010001 | 1011 | 101110 | 0 | 10010 | 100011110 | 110011 | 111111 |
Color Harmonies of #BA70D1
Complementary color
Monochromatic Colors of #BA70D1
Black with #BA70D1
Text Example
Text Example
White with #BA70D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70D1; }
p { color: rgb(186,112,209); }
H1.HeaderClassName
{
color: #BA70D1;
}
.AnyTagClassName
{
color: #BA70D1;
}
</style>
background-color css
<style>
a { background-color: #BA70D1; }
a { background-color: rgb(186,112,209); }
div.DivClassName
{
background-color: #BA70D1;
}
.BgClassName
{
background-color: #BA70D1;
}
</style>
border-color css
<style>
span { border-color: #BA70D1; }
span { border-color: rgb(186,112,209); }
td.TdClassName
{
border-color: #BA70D1;
}
.TagClassName
{
border-color: #BA70D1;
}
</style>