Shades of Medium Orchid #BA62D9
Tints of Medium Orchid #BA62D9
RGB
CMYK
RGB Variations
Color information
#BA62D9 (or 0xBA62D9) is known color: Medium Orchid. HEX triplet: BA, 62 and D9. RGB value is (186,98,217). Sum of RGB (Red+Green+Blue) = 186+98+217=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA62D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62D9 is #459D26. Grayscale: #898989. Windows color (decimal): -4562215 or 14246586. OLE color: 14246586.
HSL color Cylindrical-coordinate representation of color #BA62D9: hue angle of 284.37º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA62D9 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 98 | 217 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.15 |
| HSL | 284.37º | 0.61% | 0.62% | - |
| HSV(B) | 284.37º | 0.55% | 0.85% | - |
| XYZ | 37.14 | 24.18 | 68.36 | - |
| YUV | 137.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 217 | 0.14 | 0.55 | 0 | 0.15 | 284.37 | 0.61 | 0.62 |
| Hex | BA | 62 | D9 | E | 37 | 0 | F | 11C | 3D | 3E |
| Octal | 272 | 142 | 331 | 16 | 67 | 0 | 17 | 434 | 75 | 76 |
| Binary | 10111010 | 1100010 | 11011001 | 1110 | 110111 | 0 | 1111 | 100011100 | 111101 | 111110 |
Color Harmonies of #BA62D9
Complementary color
Monochromatic Colors of #BA62D9
Black with #BA62D9
Text Example
Text Example
White with #BA62D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62D9; }
p { color: rgb(186,98,217); }
H1.HeaderClassName
{
color: #BA62D9;
}
.AnyTagClassName
{
color: #BA62D9;
}
</style>
background-color css
<style>
a { background-color: #BA62D9; }
a { background-color: rgb(186,98,217); }
div.DivClassName
{
background-color: #BA62D9;
}
.BgClassName
{
background-color: #BA62D9;
}
</style>
border-color css
<style>
span { border-color: #BA62D9; }
span { border-color: rgb(186,98,217); }
td.TdClassName
{
border-color: #BA62D9;
}
.TagClassName
{
border-color: #BA62D9;
}
</style>