Shades of Medium Orchid #BA72D3
Tints of Medium Orchid #BA72D3
RGB
CMYK
RGB Variations
Color information
#BA72D3 (or 0xBA72D3) is known color: Medium Orchid. HEX triplet: BA, 72 and D3. RGB value is (186,114,211). Sum of RGB (Red+Green+Blue) = 186+114+211=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA72D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72D3 is #458D2C. Grayscale: #929292. Windows color (decimal): -4558125 or 13857466. OLE color: 13857466.
HSL color Cylindrical-coordinate representation of color #BA72D3: hue angle of 284.54º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA72D3 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 114 | 211 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.17 |
| HSL | 284.54º | 0.52% | 0.64% | - |
| HSV(B) | 284.54º | 0.46% | 0.83% | - |
| XYZ | 38.02 | 27.18 | 64.87 | - |
| YUV | 146.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 211 | 0.12 | 0.46 | 0 | 0.17 | 284.54 | 0.52 | 0.64 |
| Hex | BA | 72 | D3 | C | 2E | 0 | 11 | 11D | 34 | 40 |
| Octal | 272 | 162 | 323 | 14 | 56 | 0 | 21 | 435 | 64 | 100 |
| Binary | 10111010 | 1110010 | 11010011 | 1100 | 101110 | 0 | 10001 | 100011101 | 110100 | 1000000 |
Color Harmonies of #BA72D3
Complementary color
Monochromatic Colors of #BA72D3
Black with #BA72D3
Text Example
Text Example
White with #BA72D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72D3; }
p { color: rgb(186,114,211); }
H1.HeaderClassName
{
color: #BA72D3;
}
.AnyTagClassName
{
color: #BA72D3;
}
</style>
background-color css
<style>
a { background-color: #BA72D3; }
a { background-color: rgb(186,114,211); }
div.DivClassName
{
background-color: #BA72D3;
}
.BgClassName
{
background-color: #BA72D3;
}
</style>
border-color css
<style>
span { border-color: #BA72D3; }
span { border-color: rgb(186,114,211); }
td.TdClassName
{
border-color: #BA72D3;
}
.TagClassName
{
border-color: #BA72D3;
}
</style>