Shades of Medium Orchid #BA46DD
Tints of Medium Orchid #BA46DD
RGB
CMYK
RGB Variations
Color information
#BA46DD (or 0xBA46DD) is known color: Medium Orchid. HEX triplet: BA, 46 and DD. RGB value is (186,70,221). Sum of RGB (Red+Green+Blue) = 186+70+221=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46DD is #45B922. Grayscale: #797979. Windows color (decimal): -4569379 or 14501562. OLE color: 14501562.
HSL color Cylindrical-coordinate representation of color #BA46DD: hue angle of 286.09º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA46DD is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 70 | 221 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.13 |
| HSL | 286.09º | 0.69% | 0.57% | - |
| HSV(B) | 286.09º | 0.68% | 0.87% | - |
| XYZ | 35.49 | 20.04 | 70.4 | - |
| YUV | 121.9 | 183.93 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 221 | 0.16 | 0.68 | 0 | 0.13 | 286.09 | 0.69 | 0.57 |
| Hex | BA | 46 | DD | 10 | 44 | 0 | D | 11E | 45 | 39 |
| Octal | 272 | 106 | 335 | 20 | 104 | 0 | 15 | 436 | 105 | 71 |
| Binary | 10111010 | 1000110 | 11011101 | 10000 | 1000100 | 0 | 1101 | 100011110 | 1000101 | 111001 |
Color Harmonies of #BA46DD
Complementary color
Monochromatic Colors of #BA46DD
Black with #BA46DD
Text Example
Text Example
White with #BA46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46DD; }
p { color: rgb(186,70,221); }
H1.HeaderClassName
{
color: #BA46DD;
}
.AnyTagClassName
{
color: #BA46DD;
}
</style>
background-color css
<style>
a { background-color: #BA46DD; }
a { background-color: rgb(186,70,221); }
div.DivClassName
{
background-color: #BA46DD;
}
.BgClassName
{
background-color: #BA46DD;
}
</style>
border-color css
<style>
span { border-color: #BA46DD; }
span { border-color: rgb(186,70,221); }
td.TdClassName
{
border-color: #BA46DD;
}
.TagClassName
{
border-color: #BA46DD;
}
</style>