Shades of Medium Orchid #BA6BD9
Tints of Medium Orchid #BA6BD9
RGB
CMYK
RGB Variations
Color information
#BA6BD9 (or 0xBA6BD9) is known color: Medium Orchid. HEX triplet: BA, 6B and D9. RGB value is (186,107,217). Sum of RGB (Red+Green+Blue) = 186+107+217=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA6BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BD9 is #459426. Grayscale: #8E8E8E. Windows color (decimal): -4559911 or 14248890. OLE color: 14248890.
HSL color Cylindrical-coordinate representation of color #BA6BD9: hue angle of 283.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6BD9 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 107 | 217 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.15 |
| HSL | 283.09º | 0.59% | 0.64% | - |
| HSV(B) | 283.09º | 0.51% | 0.85% | - |
| XYZ | 38.03 | 25.96 | 68.65 | - |
| YUV | 143.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 217 | 0.14 | 0.51 | 0 | 0.15 | 283.09 | 0.59 | 0.64 |
| Hex | BA | 6B | D9 | E | 33 | 0 | F | 11B | 3B | 40 |
| Octal | 272 | 153 | 331 | 16 | 63 | 0 | 17 | 433 | 73 | 100 |
| Binary | 10111010 | 1101011 | 11011001 | 1110 | 110011 | 0 | 1111 | 100011011 | 111011 | 1000000 |
Color Harmonies of #BA6BD9
Complementary color
Monochromatic Colors of #BA6BD9
Black with #BA6BD9
Text Example
Text Example
White with #BA6BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BD9; }
p { color: rgb(186,107,217); }
H1.HeaderClassName
{
color: #BA6BD9;
}
.AnyTagClassName
{
color: #BA6BD9;
}
</style>
background-color css
<style>
a { background-color: #BA6BD9; }
a { background-color: rgb(186,107,217); }
div.DivClassName
{
background-color: #BA6BD9;
}
.BgClassName
{
background-color: #BA6BD9;
}
</style>
border-color css
<style>
span { border-color: #BA6BD9; }
span { border-color: rgb(186,107,217); }
td.TdClassName
{
border-color: #BA6BD9;
}
.TagClassName
{
border-color: #BA6BD9;
}
</style>