Shades of Medium Orchid #BA41FC
Tints of Medium Orchid #BA41FC
RGB
CMYK
RGB Variations
Color information
#BA41FC (or 0xBA41FC) is known color: Medium Orchid. HEX triplet: BA, 41 and FC. RGB value is (186,65,252). Sum of RGB (Red+Green+Blue) = 186+65+252=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA41FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41FC is #45BE03. Grayscale: #797979. Windows color (decimal): -4570628 or 16531898. OLE color: 16531898.
HSL color Cylindrical-coordinate representation of color #BA41FC: hue angle of 278.82º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA41FC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 65 | 252 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.01 |
| HSL | 278.82º | 0.97% | 0.62% | - |
| HSV(B) | 278.82º | 0.74% | 0.99% | - |
| XYZ | 39.71 | 21.25 | 94.1 | - |
| YUV | 122.5 | 201.09 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 252 | 0.26 | 0.74 | 0 | 0.01 | 278.82 | 0.97 | 0.62 |
| Hex | BA | 41 | FC | 1A | 4A | 0 | 1 | 117 | 61 | 3E |
| Octal | 272 | 101 | 374 | 32 | 112 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111010 | 1000001 | 11111100 | 11010 | 1001010 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #BA41FC
Complementary color
Monochromatic Colors of #BA41FC
Black with #BA41FC
Text Example
Text Example
White with #BA41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41FC; }
p { color: rgb(186,65,252); }
H1.HeaderClassName
{
color: #BA41FC;
}
.AnyTagClassName
{
color: #BA41FC;
}
</style>
background-color css
<style>
a { background-color: #BA41FC; }
a { background-color: rgb(186,65,252); }
div.DivClassName
{
background-color: #BA41FC;
}
.BgClassName
{
background-color: #BA41FC;
}
</style>
border-color css
<style>
span { border-color: #BA41FC; }
span { border-color: rgb(186,65,252); }
td.TdClassName
{
border-color: #BA41FC;
}
.TagClassName
{
border-color: #BA41FC;
}
</style>