Shades of Medium Orchid #BA6ED4
Tints of Medium Orchid #BA6ED4
RGB
CMYK
RGB Variations
Color information
#BA6ED4 (or 0xBA6ED4) is known color: Medium Orchid. HEX triplet: BA, 6E and D4. RGB value is (186,110,212). Sum of RGB (Red+Green+Blue) = 186+110+212=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ED4 is #45912B. Grayscale: #909090. Windows color (decimal): -4559148 or 13921978. OLE color: 13921978.
HSL color Cylindrical-coordinate representation of color #BA6ED4: hue angle of 284.71º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6ED4 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 110 | 212 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.17 |
| HSL | 284.71º | 0.54% | 0.63% | - |
| HSV(B) | 284.71º | 0.48% | 0.83% | - |
| XYZ | 37.71 | 26.34 | 65.38 | - |
| YUV | 144.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 212 | 0.12 | 0.48 | 0 | 0.17 | 284.71 | 0.54 | 0.63 |
| Hex | BA | 6E | D4 | C | 30 | 0 | 11 | 11D | 36 | 3F |
| Octal | 272 | 156 | 324 | 14 | 60 | 0 | 21 | 435 | 66 | 77 |
| Binary | 10111010 | 1101110 | 11010100 | 1100 | 110000 | 0 | 10001 | 100011101 | 110110 | 111111 |
Color Harmonies of #BA6ED4
Complementary color
Monochromatic Colors of #BA6ED4
Black with #BA6ED4
Text Example
Text Example
White with #BA6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ED4; }
p { color: rgb(186,110,212); }
H1.HeaderClassName
{
color: #BA6ED4;
}
.AnyTagClassName
{
color: #BA6ED4;
}
</style>
background-color css
<style>
a { background-color: #BA6ED4; }
a { background-color: rgb(186,110,212); }
div.DivClassName
{
background-color: #BA6ED4;
}
.BgClassName
{
background-color: #BA6ED4;
}
</style>
border-color css
<style>
span { border-color: #BA6ED4; }
span { border-color: rgb(186,110,212); }
td.TdClassName
{
border-color: #BA6ED4;
}
.TagClassName
{
border-color: #BA6ED4;
}
</style>