Shades of Medium Orchid #BA6AD3
Tints of Medium Orchid #BA6AD3
RGB
CMYK
RGB Variations
Color information
#BA6AD3 (or 0xBA6AD3) is known color: Medium Orchid. HEX triplet: BA, 6A and D3. RGB value is (186,106,211). Sum of RGB (Red+Green+Blue) = 186+106+211=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA6AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AD3 is #45952C. Grayscale: #8D8D8D. Windows color (decimal): -4560173 or 13855418. OLE color: 13855418.
HSL color Cylindrical-coordinate representation of color #BA6AD3: hue angle of 285.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6AD3 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 106 | 211 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.17 |
| HSL | 285.71º | 0.54% | 0.62% | - |
| HSV(B) | 285.71º | 0.5% | 0.83% | - |
| XYZ | 37.16 | 25.45 | 64.58 | - |
| YUV | 141.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 211 | 0.12 | 0.50 | 0 | 0.17 | 285.71 | 0.54 | 0.62 |
| Hex | BA | 6A | D3 | C | 32 | 0 | 11 | 11E | 36 | 3E |
| Octal | 272 | 152 | 323 | 14 | 62 | 0 | 21 | 436 | 66 | 76 |
| Binary | 10111010 | 1101010 | 11010011 | 1100 | 110010 | 0 | 10001 | 100011110 | 110110 | 111110 |
Color Harmonies of #BA6AD3
Complementary color
Monochromatic Colors of #BA6AD3
Black with #BA6AD3
Text Example
Text Example
White with #BA6AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AD3; }
p { color: rgb(186,106,211); }
H1.HeaderClassName
{
color: #BA6AD3;
}
.AnyTagClassName
{
color: #BA6AD3;
}
</style>
background-color css
<style>
a { background-color: #BA6AD3; }
a { background-color: rgb(186,106,211); }
div.DivClassName
{
background-color: #BA6AD3;
}
.BgClassName
{
background-color: #BA6AD3;
}
</style>
border-color css
<style>
span { border-color: #BA6AD3; }
span { border-color: rgb(186,106,211); }
td.TdClassName
{
border-color: #BA6AD3;
}
.TagClassName
{
border-color: #BA6AD3;
}
</style>