Shades of Medium Orchid #BA3ED9
Tints of Medium Orchid #BA3ED9
RGB
CMYK
RGB Variations
Color information
#BA3ED9 (or 0xBA3ED9) is known color: Medium Orchid. HEX triplet: BA, 3E and D9. RGB value is (186,62,217). Sum of RGB (Red+Green+Blue) = 186+62+217=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA3ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ED9 is #45C126. Grayscale: #747474. Windows color (decimal): -4571431 or 14237370. OLE color: 14237370.
HSL color Cylindrical-coordinate representation of color #BA3ED9: hue angle of 288º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3ED9 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 62 | 217 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.15 |
| HSL | 288º | 0.67% | 0.55% | - |
| HSV(B) | 288º | 0.71% | 0.85% | - |
| XYZ | 34.5 | 18.89 | 67.47 | - |
| YUV | 116.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 217 | 0.14 | 0.71 | 0 | 0.15 | 288 | 0.67 | 0.55 |
| Hex | BA | 3E | D9 | E | 47 | 0 | F | 120 | 43 | 37 |
| Octal | 272 | 76 | 331 | 16 | 107 | 0 | 17 | 440 | 103 | 67 |
| Binary | 10111010 | 111110 | 11011001 | 1110 | 1000111 | 0 | 1111 | 100100000 | 1000011 | 110111 |
Color Harmonies of #BA3ED9
Complementary color
Monochromatic Colors of #BA3ED9
Black with #BA3ED9
Text Example
Text Example
White with #BA3ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ED9; }
p { color: rgb(186,62,217); }
H1.HeaderClassName
{
color: #BA3ED9;
}
.AnyTagClassName
{
color: #BA3ED9;
}
</style>
background-color css
<style>
a { background-color: #BA3ED9; }
a { background-color: rgb(186,62,217); }
div.DivClassName
{
background-color: #BA3ED9;
}
.BgClassName
{
background-color: #BA3ED9;
}
</style>
border-color css
<style>
span { border-color: #BA3ED9; }
span { border-color: rgb(186,62,217); }
td.TdClassName
{
border-color: #BA3ED9;
}
.TagClassName
{
border-color: #BA3ED9;
}
</style>