Shades of Medium Orchid #BA6CDA
Tints of Medium Orchid #BA6CDA
RGB
CMYK
RGB Variations
Color information
#BA6CDA (or 0xBA6CDA) is known color: Medium Orchid. HEX triplet: BA, 6C and DA. RGB value is (186,108,218). Sum of RGB (Red+Green+Blue) = 186+108+218=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CDA is #459325. Grayscale: #8F8F8F. Windows color (decimal): -4559654 or 14314682. OLE color: 14314682.
HSL color Cylindrical-coordinate representation of color #BA6CDA: hue angle of 282.55º 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 #BA6CDA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 108 | 218 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.15 |
| HSL | 282.55º | 0.6% | 0.64% | - |
| HSV(B) | 282.55º | 0.5% | 0.85% | - |
| XYZ | 38.27 | 26.23 | 69.37 | - |
| YUV | 143.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 218 | 0.15 | 0.50 | 0 | 0.15 | 282.55 | 0.6 | 0.64 |
| Hex | BA | 6C | DA | F | 32 | 0 | F | 11B | 3C | 40 |
| Octal | 272 | 154 | 332 | 17 | 62 | 0 | 17 | 433 | 74 | 100 |
| Binary | 10111010 | 1101100 | 11011010 | 1111 | 110010 | 0 | 1111 | 100011011 | 111100 | 1000000 |
Color Harmonies of #BA6CDA
Complementary color
Monochromatic Colors of #BA6CDA
Black with #BA6CDA
Text Example
Text Example
White with #BA6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CDA; }
p { color: rgb(186,108,218); }
H1.HeaderClassName
{
color: #BA6CDA;
}
.AnyTagClassName
{
color: #BA6CDA;
}
</style>
background-color css
<style>
a { background-color: #BA6CDA; }
a { background-color: rgb(186,108,218); }
div.DivClassName
{
background-color: #BA6CDA;
}
.BgClassName
{
background-color: #BA6CDA;
}
</style>
border-color css
<style>
span { border-color: #BA6CDA; }
span { border-color: rgb(186,108,218); }
td.TdClassName
{
border-color: #BA6CDA;
}
.TagClassName
{
border-color: #BA6CDA;
}
</style>