Shades of Medium Orchid #BA41F9
Tints of Medium Orchid #BA41F9
RGB
CMYK
RGB Variations
Color information
#BA41F9 (or 0xBA41F9) is known color: Medium Orchid. HEX triplet: BA, 41 and F9. RGB value is (186,65,249). Sum of RGB (Red+Green+Blue) = 186+65+249=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA41F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41F9 is #45BE06. Grayscale: #797979. Windows color (decimal): -4570631 or 16335290. OLE color: 16335290.
HSL color Cylindrical-coordinate representation of color #BA41F9: hue angle of 279.46º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA41F9 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 65 | 249 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.02 |
| HSL | 279.46º | 0.94% | 0.62% | - |
| HSV(B) | 279.46º | 0.74% | 0.98% | - |
| XYZ | 39.24 | 21.06 | 91.62 | - |
| YUV | 122.16 | 199.59 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 249 | 0.25 | 0.74 | 0 | 0.02 | 279.46 | 0.94 | 0.62 |
| Hex | BA | 41 | F9 | 19 | 4A | 0 | 2 | 117 | 5E | 3E |
| Octal | 272 | 101 | 371 | 31 | 112 | 0 | 2 | 427 | 136 | 76 |
| Binary | 10111010 | 1000001 | 11111001 | 11001 | 1001010 | 0 | 10 | 100010111 | 1011110 | 111110 |
Color Harmonies of #BA41F9
Complementary color
Monochromatic Colors of #BA41F9
Black with #BA41F9
Text Example
Text Example
White with #BA41F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41F9; }
p { color: rgb(186,65,249); }
H1.HeaderClassName
{
color: #BA41F9;
}
.AnyTagClassName
{
color: #BA41F9;
}
</style>
background-color css
<style>
a { background-color: #BA41F9; }
a { background-color: rgb(186,65,249); }
div.DivClassName
{
background-color: #BA41F9;
}
.BgClassName
{
background-color: #BA41F9;
}
</style>
border-color css
<style>
span { border-color: #BA41F9; }
span { border-color: rgb(186,65,249); }
td.TdClassName
{
border-color: #BA41F9;
}
.TagClassName
{
border-color: #BA41F9;
}
</style>