Shades of Medium Orchid #BA6ADD
Tints of Medium Orchid #BA6ADD
RGB
CMYK
RGB Variations
Color information
#BA6ADD (or 0xBA6ADD) is known color: Medium Orchid. HEX triplet: BA, 6A and DD. RGB value is (186,106,221). Sum of RGB (Red+Green+Blue) = 186+106+221=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ADD is #459522. Grayscale: #8E8E8E. Windows color (decimal): -4560163 or 14510778. OLE color: 14510778.
HSL color Cylindrical-coordinate representation of color #BA6ADD: hue angle of 281.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6ADD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 106 | 221 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.74º | 0.63% | 0.64% | - |
| HSV(B) | 281.74º | 0.52% | 0.87% | - |
| XYZ | 38.45 | 25.97 | 71.39 | - |
| YUV | 143.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 221 | 0.16 | 0.52 | 0 | 0.13 | 281.74 | 0.63 | 0.64 |
| Hex | BA | 6A | DD | 10 | 34 | 0 | D | 11A | 3F | 40 |
| Octal | 272 | 152 | 335 | 20 | 64 | 0 | 15 | 432 | 77 | 100 |
| Binary | 10111010 | 1101010 | 11011101 | 10000 | 110100 | 0 | 1101 | 100011010 | 111111 | 1000000 |
Color Harmonies of #BA6ADD
Complementary color
Monochromatic Colors of #BA6ADD
Black with #BA6ADD
Text Example
Text Example
White with #BA6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ADD; }
p { color: rgb(186,106,221); }
H1.HeaderClassName
{
color: #BA6ADD;
}
.AnyTagClassName
{
color: #BA6ADD;
}
</style>
background-color css
<style>
a { background-color: #BA6ADD; }
a { background-color: rgb(186,106,221); }
div.DivClassName
{
background-color: #BA6ADD;
}
.BgClassName
{
background-color: #BA6ADD;
}
</style>
border-color css
<style>
span { border-color: #BA6ADD; }
span { border-color: rgb(186,106,221); }
td.TdClassName
{
border-color: #BA6ADD;
}
.TagClassName
{
border-color: #BA6ADD;
}
</style>