Shades of Medium Orchid #BA6AD6
Tints of Medium Orchid #BA6AD6
RGB
CMYK
RGB Variations
Color information
#BA6AD6 (or 0xBA6AD6) is known color: Medium Orchid. HEX triplet: BA, 6A and D6. RGB value is (186,106,214). Sum of RGB (Red+Green+Blue) = 186+106+214=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AD6 is #459529. Grayscale: #8D8D8D. Windows color (decimal): -4560170 or 14052026. OLE color: 14052026.
HSL color Cylindrical-coordinate representation of color #BA6AD6: hue angle of 284.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6AD6 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 106 | 214 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.16 |
| HSL | 284.44º | 0.57% | 0.63% | - |
| HSV(B) | 284.44º | 0.5% | 0.84% | - |
| XYZ | 37.54 | 25.6 | 66.58 | - |
| YUV | 142.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 214 | 0.13 | 0.50 | 0 | 0.16 | 284.44 | 0.57 | 0.63 |
| Hex | BA | 6A | D6 | D | 32 | 0 | 10 | 11C | 39 | 3F |
| Octal | 272 | 152 | 326 | 15 | 62 | 0 | 20 | 434 | 71 | 77 |
| Binary | 10111010 | 1101010 | 11010110 | 1101 | 110010 | 0 | 10000 | 100011100 | 111001 | 111111 |
Color Harmonies of #BA6AD6
Complementary color
Monochromatic Colors of #BA6AD6
Black with #BA6AD6
Text Example
Text Example
White with #BA6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AD6; }
p { color: rgb(186,106,214); }
H1.HeaderClassName
{
color: #BA6AD6;
}
.AnyTagClassName
{
color: #BA6AD6;
}
</style>
background-color css
<style>
a { background-color: #BA6AD6; }
a { background-color: rgb(186,106,214); }
div.DivClassName
{
background-color: #BA6AD6;
}
.BgClassName
{
background-color: #BA6AD6;
}
</style>
border-color css
<style>
span { border-color: #BA6AD6; }
span { border-color: rgb(186,106,214); }
td.TdClassName
{
border-color: #BA6AD6;
}
.TagClassName
{
border-color: #BA6AD6;
}
</style>