Shades of Medium Orchid #BA41D7
Tints of Medium Orchid #BA41D7
RGB
CMYK
RGB Variations
Color information
#BA41D7 (or 0xBA41D7) is known color: Medium Orchid. HEX triplet: BA, 41 and D7. RGB value is (186,65,215). Sum of RGB (Red+Green+Blue) = 186+65+215=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA41D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41D7 is #45BE28. Grayscale: #757575. Windows color (decimal): -4570665 or 14107066. OLE color: 14107066.
HSL color Cylindrical-coordinate representation of color #BA41D7: hue angle of 288.4º 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 #BA41D7 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 65 | 215 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.16 |
| HSL | 288.4º | 0.65% | 0.55% | - |
| HSV(B) | 288.4º | 0.7% | 0.84% | - |
| XYZ | 34.41 | 19.13 | 66.17 | - |
| YUV | 118.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 215 | 0.13 | 0.70 | 0 | 0.16 | 288.4 | 0.65 | 0.55 |
| Hex | BA | 41 | D7 | D | 46 | 0 | 10 | 120 | 41 | 37 |
| Octal | 272 | 101 | 327 | 15 | 106 | 0 | 20 | 440 | 101 | 67 |
| Binary | 10111010 | 1000001 | 11010111 | 1101 | 1000110 | 0 | 10000 | 100100000 | 1000001 | 110111 |
Color Harmonies of #BA41D7
Complementary color
Monochromatic Colors of #BA41D7
Black with #BA41D7
Text Example
Text Example
White with #BA41D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41D7; }
p { color: rgb(186,65,215); }
H1.HeaderClassName
{
color: #BA41D7;
}
.AnyTagClassName
{
color: #BA41D7;
}
</style>
background-color css
<style>
a { background-color: #BA41D7; }
a { background-color: rgb(186,65,215); }
div.DivClassName
{
background-color: #BA41D7;
}
.BgClassName
{
background-color: #BA41D7;
}
</style>
border-color css
<style>
span { border-color: #BA41D7; }
span { border-color: rgb(186,65,215); }
td.TdClassName
{
border-color: #BA41D7;
}
.TagClassName
{
border-color: #BA41D7;
}
</style>