Shades of Medium Orchid #BA6BDD
Tints of Medium Orchid #BA6BDD
RGB
CMYK
RGB Variations
Color information
#BA6BDD (or 0xBA6BDD) is known color: Medium Orchid. HEX triplet: BA, 6B and DD. RGB value is (186,107,221). Sum of RGB (Red+Green+Blue) = 186+107+221=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BDD is #459422. Grayscale: #8F8F8F. Windows color (decimal): -4559907 or 14511034. OLE color: 14511034.
HSL color Cylindrical-coordinate representation of color #BA6BDD: hue angle of 281.58º 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 #BA6BDD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 107 | 221 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.58º | 0.63% | 0.64% | - |
| HSV(B) | 281.58º | 0.52% | 0.87% | - |
| XYZ | 38.56 | 26.17 | 71.43 | - |
| YUV | 143.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 221 | 0.16 | 0.52 | 0 | 0.13 | 281.58 | 0.63 | 0.64 |
| Hex | BA | 6B | DD | 10 | 34 | 0 | D | 11A | 3F | 40 |
| Octal | 272 | 153 | 335 | 20 | 64 | 0 | 15 | 432 | 77 | 100 |
| Binary | 10111010 | 1101011 | 11011101 | 10000 | 110100 | 0 | 1101 | 100011010 | 111111 | 1000000 |
Color Harmonies of #BA6BDD
Complementary color
Monochromatic Colors of #BA6BDD
Black with #BA6BDD
Text Example
Text Example
White with #BA6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BDD; }
p { color: rgb(186,107,221); }
H1.HeaderClassName
{
color: #BA6BDD;
}
.AnyTagClassName
{
color: #BA6BDD;
}
</style>
background-color css
<style>
a { background-color: #BA6BDD; }
a { background-color: rgb(186,107,221); }
div.DivClassName
{
background-color: #BA6BDD;
}
.BgClassName
{
background-color: #BA6BDD;
}
</style>
border-color css
<style>
span { border-color: #BA6BDD; }
span { border-color: rgb(186,107,221); }
td.TdClassName
{
border-color: #BA6BDD;
}
.TagClassName
{
border-color: #BA6BDD;
}
</style>