Shades of Medium Orchid #BA6DDA
Tints of Medium Orchid #BA6DDA
RGB
CMYK
RGB Variations
Color information
#BA6DDA (or 0xBA6DDA) is known color: Medium Orchid. HEX triplet: BA, 6D and DA. RGB value is (186,109,218). Sum of RGB (Red+Green+Blue) = 186+109+218=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DDA is #459225. Grayscale: #909090. Windows color (decimal): -4559398 or 14314938. OLE color: 14314938.
HSL color Cylindrical-coordinate representation of color #BA6DDA: hue angle of 282.39º degrees, saturation: 0.6, 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 #BA6DDA is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 109 | 218 | - |
| CMYK | 0.15 | 0.5 | 0 | 0.15 |
| HSL | 282.39º | 0.6% | 0.64% | - |
| HSV(B) | 282.39º | 0.5% | 0.85% | - |
| XYZ | 38.37 | 26.44 | 69.41 | - |
| YUV | 144.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 218 | 0.15 | 0.5 | 0 | 0.15 | 282.39 | 0.6 | 0.64 |
| Hex | BA | 6D | DA | F | 32 | 0 | F | 11A | 3C | 40 |
| Octal | 272 | 155 | 332 | 17 | 62 | 0 | 17 | 432 | 74 | 100 |
| Binary | 10111010 | 1101101 | 11011010 | 1111 | 110010 | 0 | 1111 | 100011010 | 111100 | 1000000 |
Color Harmonies of #BA6DDA
Complementary color
Monochromatic Colors of #BA6DDA
Black with #BA6DDA
Text Example
Text Example
White with #BA6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DDA; }
p { color: rgb(186,109,218); }
H1.HeaderClassName
{
color: #BA6DDA;
}
.AnyTagClassName
{
color: #BA6DDA;
}
</style>
background-color css
<style>
a { background-color: #BA6DDA; }
a { background-color: rgb(186,109,218); }
div.DivClassName
{
background-color: #BA6DDA;
}
.BgClassName
{
background-color: #BA6DDA;
}
</style>
border-color css
<style>
span { border-color: #BA6DDA; }
span { border-color: rgb(186,109,218); }
td.TdClassName
{
border-color: #BA6DDA;
}
.TagClassName
{
border-color: #BA6DDA;
}
</style>