Shades of Medium Orchid #BA46DF
Tints of Medium Orchid #BA46DF
RGB
CMYK
RGB Variations
Color information
#BA46DF (or 0xBA46DF) is known color: Medium Orchid. HEX triplet: BA, 46 and DF. RGB value is (186,70,223). Sum of RGB (Red+Green+Blue) = 186+70+223=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46DF is #45B920. Grayscale: #797979. Windows color (decimal): -4569377 or 14632634. OLE color: 14632634.
HSL color Cylindrical-coordinate representation of color #BA46DF: hue angle of 285.49º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA46DF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 70 | 223 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.13 |
| HSL | 285.49º | 0.71% | 0.57% | - |
| HSV(B) | 285.49º | 0.69% | 0.87% | - |
| XYZ | 35.76 | 20.15 | 71.82 | - |
| YUV | 122.13 | 184.93 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 223 | 0.17 | 0.69 | 0 | 0.13 | 285.49 | 0.71 | 0.57 |
| Hex | BA | 46 | DF | 11 | 45 | 0 | D | 11D | 47 | 39 |
| Octal | 272 | 106 | 337 | 21 | 105 | 0 | 15 | 435 | 107 | 71 |
| Binary | 10111010 | 1000110 | 11011111 | 10001 | 1000101 | 0 | 1101 | 100011101 | 1000111 | 111001 |
Color Harmonies of #BA46DF
Complementary color
Monochromatic Colors of #BA46DF
Black with #BA46DF
Text Example
Text Example
White with #BA46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46DF; }
p { color: rgb(186,70,223); }
H1.HeaderClassName
{
color: #BA46DF;
}
.AnyTagClassName
{
color: #BA46DF;
}
</style>
background-color css
<style>
a { background-color: #BA46DF; }
a { background-color: rgb(186,70,223); }
div.DivClassName
{
background-color: #BA46DF;
}
.BgClassName
{
background-color: #BA46DF;
}
</style>
border-color css
<style>
span { border-color: #BA46DF; }
span { border-color: rgb(186,70,223); }
td.TdClassName
{
border-color: #BA46DF;
}
.TagClassName
{
border-color: #BA46DF;
}
</style>