Shades of Medium Orchid #BA6DDD
Tints of Medium Orchid #BA6DDD
RGB
CMYK
RGB Variations
Color information
#BA6DDD (or 0xBA6DDD) is known color: Medium Orchid. HEX triplet: BA, 6D and DD. RGB value is (186,109,221). Sum of RGB (Red+Green+Blue) = 186+109+221=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DDD is #459222. Grayscale: #909090. Windows color (decimal): -4559395 or 14511546. OLE color: 14511546.
HSL color Cylindrical-coordinate representation of color #BA6DDD: hue angle of 281.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6DDD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 109 | 221 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.13 |
| HSL | 281.25º | 0.62% | 0.65% | - |
| HSV(B) | 281.25º | 0.51% | 0.87% | - |
| XYZ | 38.77 | 26.6 | 71.5 | - |
| YUV | 144.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 221 | 0.16 | 0.51 | 0 | 0.13 | 281.25 | 0.62 | 0.65 |
| Hex | BA | 6D | DD | 10 | 33 | 0 | D | 119 | 3E | 41 |
| Octal | 272 | 155 | 335 | 20 | 63 | 0 | 15 | 431 | 76 | 101 |
| Binary | 10111010 | 1101101 | 11011101 | 10000 | 110011 | 0 | 1101 | 100011001 | 111110 | 1000001 |
Color Harmonies of #BA6DDD
Complementary color
Monochromatic Colors of #BA6DDD
Black with #BA6DDD
Text Example
Text Example
White with #BA6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DDD; }
p { color: rgb(186,109,221); }
H1.HeaderClassName
{
color: #BA6DDD;
}
.AnyTagClassName
{
color: #BA6DDD;
}
</style>
background-color css
<style>
a { background-color: #BA6DDD; }
a { background-color: rgb(186,109,221); }
div.DivClassName
{
background-color: #BA6DDD;
}
.BgClassName
{
background-color: #BA6DDD;
}
</style>
border-color css
<style>
span { border-color: #BA6DDD; }
span { border-color: rgb(186,109,221); }
td.TdClassName
{
border-color: #BA6DDD;
}
.TagClassName
{
border-color: #BA6DDD;
}
</style>