Shades of Medium Orchid #BA40DF
Tints of Medium Orchid #BA40DF
RGB
CMYK
RGB Variations
Color information
#BA40DF (or 0xBA40DF) is known color: Medium Orchid. HEX triplet: BA, 40 and DF. RGB value is (186,64,223). Sum of RGB (Red+Green+Blue) = 186+64+223=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40DF is #45BF20. Grayscale: #767676. Windows color (decimal): -4570913 or 14631098. OLE color: 14631098.
HSL color Cylindrical-coordinate representation of color #BA40DF: hue angle of 286.04º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA40DF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 64 | 223 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.13 |
| HSL | 286.04º | 0.71% | 0.56% | - |
| HSV(B) | 286.04º | 0.71% | 0.87% | - |
| XYZ | 35.4 | 19.43 | 71.7 | - |
| YUV | 118.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 223 | 0.17 | 0.71 | 0 | 0.13 | 286.04 | 0.71 | 0.56 |
| Hex | BA | 40 | DF | 11 | 47 | 0 | D | 11E | 47 | 38 |
| Octal | 272 | 100 | 337 | 21 | 107 | 0 | 15 | 436 | 107 | 70 |
| Binary | 10111010 | 1000000 | 11011111 | 10001 | 1000111 | 0 | 1101 | 100011110 | 1000111 | 111000 |
Color Harmonies of #BA40DF
Complementary color
Monochromatic Colors of #BA40DF
Black with #BA40DF
Text Example
Text Example
White with #BA40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40DF; }
p { color: rgb(186,64,223); }
H1.HeaderClassName
{
color: #BA40DF;
}
.AnyTagClassName
{
color: #BA40DF;
}
</style>
background-color css
<style>
a { background-color: #BA40DF; }
a { background-color: rgb(186,64,223); }
div.DivClassName
{
background-color: #BA40DF;
}
.BgClassName
{
background-color: #BA40DF;
}
</style>
border-color css
<style>
span { border-color: #BA40DF; }
span { border-color: rgb(186,64,223); }
td.TdClassName
{
border-color: #BA40DF;
}
.TagClassName
{
border-color: #BA40DF;
}
</style>