Shades of Medium Orchid #BA6DD9
Tints of Medium Orchid #BA6DD9
RGB
CMYK
RGB Variations
Color information
#BA6DD9 (or 0xBA6DD9) is known color: Medium Orchid. HEX triplet: BA, 6D and D9. RGB value is (186,109,217). Sum of RGB (Red+Green+Blue) = 186+109+217=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA6DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DD9 is #459226. Grayscale: #8F8F8F. Windows color (decimal): -4559399 or 14249402. OLE color: 14249402.
HSL color Cylindrical-coordinate representation of color #BA6DD9: hue angle of 282.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6DD9 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 109 | 217 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.15 |
| HSL | 282.78º | 0.59% | 0.64% | - |
| HSV(B) | 282.78º | 0.5% | 0.85% | - |
| XYZ | 38.24 | 26.39 | 68.72 | - |
| YUV | 144.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 217 | 0.14 | 0.50 | 0 | 0.15 | 282.78 | 0.59 | 0.64 |
| Hex | BA | 6D | D9 | E | 32 | 0 | F | 11B | 3B | 40 |
| Octal | 272 | 155 | 331 | 16 | 62 | 0 | 17 | 433 | 73 | 100 |
| Binary | 10111010 | 1101101 | 11011001 | 1110 | 110010 | 0 | 1111 | 100011011 | 111011 | 1000000 |
Color Harmonies of #BA6DD9
Complementary color
Monochromatic Colors of #BA6DD9
Black with #BA6DD9
Text Example
Text Example
White with #BA6DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DD9; }
p { color: rgb(186,109,217); }
H1.HeaderClassName
{
color: #BA6DD9;
}
.AnyTagClassName
{
color: #BA6DD9;
}
</style>
background-color css
<style>
a { background-color: #BA6DD9; }
a { background-color: rgb(186,109,217); }
div.DivClassName
{
background-color: #BA6DD9;
}
.BgClassName
{
background-color: #BA6DD9;
}
</style>
border-color css
<style>
span { border-color: #BA6DD9; }
span { border-color: rgb(186,109,217); }
td.TdClassName
{
border-color: #BA6DD9;
}
.TagClassName
{
border-color: #BA6DD9;
}
</style>