Shades of Medium Orchid #BA41FA
Tints of Medium Orchid #BA41FA
RGB
CMYK
RGB Variations
Color information
#BA41FA (or 0xBA41FA) is known color: Medium Orchid. HEX triplet: BA, 41 and FA. RGB value is (186,65,250). Sum of RGB (Red+Green+Blue) = 186+65+250=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41FA is #45BE05. Grayscale: #797979. Windows color (decimal): -4570630 or 16400826. OLE color: 16400826.
HSL color Cylindrical-coordinate representation of color #BA41FA: hue angle of 279.24º degrees, saturation: 0.95, 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 #BA41FA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 65 | 250 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.02 |
| HSL | 279.24º | 0.95% | 0.62% | - |
| HSV(B) | 279.24º | 0.74% | 0.98% | - |
| XYZ | 39.4 | 21.12 | 92.44 | - |
| YUV | 122.27 | 200.09 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 250 | 0.26 | 0.74 | 0 | 0.02 | 279.24 | 0.95 | 0.62 |
| Hex | BA | 41 | FA | 1A | 4A | 0 | 2 | 117 | 5F | 3E |
| Octal | 272 | 101 | 372 | 32 | 112 | 0 | 2 | 427 | 137 | 76 |
| Binary | 10111010 | 1000001 | 11111010 | 11010 | 1001010 | 0 | 10 | 100010111 | 1011111 | 111110 |
Color Harmonies of #BA41FA
Complementary color
Monochromatic Colors of #BA41FA
Black with #BA41FA
Text Example
Text Example
White with #BA41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41FA; }
p { color: rgb(186,65,250); }
H1.HeaderClassName
{
color: #BA41FA;
}
.AnyTagClassName
{
color: #BA41FA;
}
</style>
background-color css
<style>
a { background-color: #BA41FA; }
a { background-color: rgb(186,65,250); }
div.DivClassName
{
background-color: #BA41FA;
}
.BgClassName
{
background-color: #BA41FA;
}
</style>
border-color css
<style>
span { border-color: #BA41FA; }
span { border-color: rgb(186,65,250); }
td.TdClassName
{
border-color: #BA41FA;
}
.TagClassName
{
border-color: #BA41FA;
}
</style>