Shades of Medium Orchid #BA4ED3
Tints of Medium Orchid #BA4ED3
RGB
CMYK
RGB Variations
Color information
#BA4ED3 (or 0xBA4ED3) is known color: Medium Orchid. HEX triplet: BA, 4E and D3. RGB value is (186,78,211). Sum of RGB (Red+Green+Blue) = 186+78+211=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA4ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ED3 is #45B12C. Grayscale: #7D7D7D. Windows color (decimal): -4567341 or 13848250. OLE color: 13848250.
HSL color Cylindrical-coordinate representation of color #BA4ED3: hue angle of 288.72º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4ED3 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 78 | 211 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.17 |
| HSL | 288.72º | 0.6% | 0.57% | - |
| HSV(B) | 288.72º | 0.63% | 0.83% | - |
| XYZ | 34.73 | 20.59 | 63.77 | - |
| YUV | 125.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 211 | 0.12 | 0.63 | 0 | 0.17 | 288.72 | 0.6 | 0.57 |
| Hex | BA | 4E | D3 | C | 3F | 0 | 11 | 121 | 3C | 39 |
| Octal | 272 | 116 | 323 | 14 | 77 | 0 | 21 | 441 | 74 | 71 |
| Binary | 10111010 | 1001110 | 11010011 | 1100 | 111111 | 0 | 10001 | 100100001 | 111100 | 111001 |
Color Harmonies of #BA4ED3
Complementary color
Monochromatic Colors of #BA4ED3
Black with #BA4ED3
Text Example
Text Example
White with #BA4ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ED3; }
p { color: rgb(186,78,211); }
H1.HeaderClassName
{
color: #BA4ED3;
}
.AnyTagClassName
{
color: #BA4ED3;
}
</style>
background-color css
<style>
a { background-color: #BA4ED3; }
a { background-color: rgb(186,78,211); }
div.DivClassName
{
background-color: #BA4ED3;
}
.BgClassName
{
background-color: #BA4ED3;
}
</style>
border-color css
<style>
span { border-color: #BA4ED3; }
span { border-color: rgb(186,78,211); }
td.TdClassName
{
border-color: #BA4ED3;
}
.TagClassName
{
border-color: #BA4ED3;
}
</style>