Shades of Medium Orchid #BA41D6
Tints of Medium Orchid #BA41D6
RGB
CMYK
RGB Variations
Color information
#BA41D6 (or 0xBA41D6) is known color: Medium Orchid. HEX triplet: BA, 41 and D6. RGB value is (186,65,214). Sum of RGB (Red+Green+Blue) = 186+65+214=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA41D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41D6 is #45BE29. Grayscale: #757575. Windows color (decimal): -4570666 or 14041530. OLE color: 14041530.
HSL color Cylindrical-coordinate representation of color #BA41D6: hue angle of 288.72º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA41D6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 65 | 214 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.16 |
| HSL | 288.72º | 0.65% | 0.55% | - |
| HSV(B) | 288.72º | 0.7% | 0.84% | - |
| XYZ | 34.28 | 19.07 | 65.49 | - |
| YUV | 118.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 214 | 0.13 | 0.70 | 0 | 0.16 | 288.72 | 0.65 | 0.55 |
| Hex | BA | 41 | D6 | D | 46 | 0 | 10 | 121 | 41 | 37 |
| Octal | 272 | 101 | 326 | 15 | 106 | 0 | 20 | 441 | 101 | 67 |
| Binary | 10111010 | 1000001 | 11010110 | 1101 | 1000110 | 0 | 10000 | 100100001 | 1000001 | 110111 |
Color Harmonies of #BA41D6
Complementary color
Monochromatic Colors of #BA41D6
Black with #BA41D6
Text Example
Text Example
White with #BA41D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41D6; }
p { color: rgb(186,65,214); }
H1.HeaderClassName
{
color: #BA41D6;
}
.AnyTagClassName
{
color: #BA41D6;
}
</style>
background-color css
<style>
a { background-color: #BA41D6; }
a { background-color: rgb(186,65,214); }
div.DivClassName
{
background-color: #BA41D6;
}
.BgClassName
{
background-color: #BA41D6;
}
</style>
border-color css
<style>
span { border-color: #BA41D6; }
span { border-color: rgb(186,65,214); }
td.TdClassName
{
border-color: #BA41D6;
}
.TagClassName
{
border-color: #BA41D6;
}
</style>