Shades of Medium Orchid #BA6AD5
Tints of Medium Orchid #BA6AD5
RGB
CMYK
RGB Variations
Color information
#BA6AD5 (or 0xBA6AD5) is known color: Medium Orchid. HEX triplet: BA, 6A and D5. RGB value is (186,106,213). Sum of RGB (Red+Green+Blue) = 186+106+213=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA6AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AD5 is #45952A. Grayscale: #8D8D8D. Windows color (decimal): -4560171 or 13986490. OLE color: 13986490.
HSL color Cylindrical-coordinate representation of color #BA6AD5: hue angle of 284.86º degrees, saturation: 0.56, 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 #BA6AD5 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 106 | 213 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.16 |
| HSL | 284.86º | 0.56% | 0.63% | - |
| HSV(B) | 284.86º | 0.5% | 0.84% | - |
| XYZ | 37.41 | 25.55 | 65.91 | - |
| YUV | 142.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 213 | 0.13 | 0.50 | 0 | 0.16 | 284.86 | 0.56 | 0.63 |
| Hex | BA | 6A | D5 | D | 32 | 0 | 10 | 11D | 38 | 3F |
| Octal | 272 | 152 | 325 | 15 | 62 | 0 | 20 | 435 | 70 | 77 |
| Binary | 10111010 | 1101010 | 11010101 | 1101 | 110010 | 0 | 10000 | 100011101 | 111000 | 111111 |
Color Harmonies of #BA6AD5
Complementary color
Monochromatic Colors of #BA6AD5
Black with #BA6AD5
Text Example
Text Example
White with #BA6AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AD5; }
p { color: rgb(186,106,213); }
H1.HeaderClassName
{
color: #BA6AD5;
}
.AnyTagClassName
{
color: #BA6AD5;
}
</style>
background-color css
<style>
a { background-color: #BA6AD5; }
a { background-color: rgb(186,106,213); }
div.DivClassName
{
background-color: #BA6AD5;
}
.BgClassName
{
background-color: #BA6AD5;
}
</style>
border-color css
<style>
span { border-color: #BA6AD5; }
span { border-color: rgb(186,106,213); }
td.TdClassName
{
border-color: #BA6AD5;
}
.TagClassName
{
border-color: #BA6AD5;
}
</style>