Shades of Medium Orchid #BA4ED6
Tints of Medium Orchid #BA4ED6
RGB
CMYK
RGB Variations
Color information
#BA4ED6 (or 0xBA4ED6) is known color: Medium Orchid. HEX triplet: BA, 4E and D6. RGB value is (186,78,214). Sum of RGB (Red+Green+Blue) = 186+78+214=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA4ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ED6 is #45B129. Grayscale: #7D7D7D. Windows color (decimal): -4567338 or 14044858. OLE color: 14044858.
HSL color Cylindrical-coordinate representation of color #BA4ED6: hue angle of 287.65º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4ED6 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 78 | 214 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.16 |
| HSL | 287.65º | 0.62% | 0.57% | - |
| HSV(B) | 287.65º | 0.64% | 0.84% | - |
| XYZ | 35.11 | 20.74 | 65.77 | - |
| YUV | 125.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 214 | 0.13 | 0.64 | 0 | 0.16 | 287.65 | 0.62 | 0.57 |
| Hex | BA | 4E | D6 | D | 40 | 0 | 10 | 120 | 3E | 39 |
| Octal | 272 | 116 | 326 | 15 | 100 | 0 | 20 | 440 | 76 | 71 |
| Binary | 10111010 | 1001110 | 11010110 | 1101 | 1000000 | 0 | 10000 | 100100000 | 111110 | 111001 |
Color Harmonies of #BA4ED6
Complementary color
Monochromatic Colors of #BA4ED6
Black with #BA4ED6
Text Example
Text Example
White with #BA4ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ED6; }
p { color: rgb(186,78,214); }
H1.HeaderClassName
{
color: #BA4ED6;
}
.AnyTagClassName
{
color: #BA4ED6;
}
</style>
background-color css
<style>
a { background-color: #BA4ED6; }
a { background-color: rgb(186,78,214); }
div.DivClassName
{
background-color: #BA4ED6;
}
.BgClassName
{
background-color: #BA4ED6;
}
</style>
border-color css
<style>
span { border-color: #BA4ED6; }
span { border-color: rgb(186,78,214); }
td.TdClassName
{
border-color: #BA4ED6;
}
.TagClassName
{
border-color: #BA4ED6;
}
</style>