Shades of Medium Orchid #BA41DF
Tints of Medium Orchid #BA41DF
RGB
CMYK
RGB Variations
Color information
#BA41DF (or 0xBA41DF) is known color: Medium Orchid. HEX triplet: BA, 41 and DF. RGB value is (186,65,223). Sum of RGB (Red+Green+Blue) = 186+65+223=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41DF is #45BE20. Grayscale: #767676. Windows color (decimal): -4570657 or 14631354. OLE color: 14631354.
HSL color Cylindrical-coordinate representation of color #BA41DF: hue angle of 285.95º 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 #BA41DF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 65 | 223 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.13 |
| HSL | 285.95º | 0.71% | 0.56% | - |
| HSV(B) | 285.95º | 0.71% | 0.87% | - |
| XYZ | 35.46 | 19.55 | 71.72 | - |
| YUV | 119.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 223 | 0.17 | 0.71 | 0 | 0.13 | 285.95 | 0.71 | 0.56 |
| Hex | BA | 41 | DF | 11 | 47 | 0 | D | 11E | 47 | 38 |
| Octal | 272 | 101 | 337 | 21 | 107 | 0 | 15 | 436 | 107 | 70 |
| Binary | 10111010 | 1000001 | 11011111 | 10001 | 1000111 | 0 | 1101 | 100011110 | 1000111 | 111000 |
Color Harmonies of #BA41DF
Complementary color
Monochromatic Colors of #BA41DF
Black with #BA41DF
Text Example
Text Example
White with #BA41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41DF; }
p { color: rgb(186,65,223); }
H1.HeaderClassName
{
color: #BA41DF;
}
.AnyTagClassName
{
color: #BA41DF;
}
</style>
background-color css
<style>
a { background-color: #BA41DF; }
a { background-color: rgb(186,65,223); }
div.DivClassName
{
background-color: #BA41DF;
}
.BgClassName
{
background-color: #BA41DF;
}
</style>
border-color css
<style>
span { border-color: #BA41DF; }
span { border-color: rgb(186,65,223); }
td.TdClassName
{
border-color: #BA41DF;
}
.TagClassName
{
border-color: #BA41DF;
}
</style>