Shades of Medium Orchid #BA54F1
Tints of Medium Orchid #BA54F1
RGB
CMYK
RGB Variations
Color information
#BA54F1 (or 0xBA54F1) is known color: Medium Orchid. HEX triplet: BA, 54 and F1. RGB value is (186,84,241). Sum of RGB (Red+Green+Blue) = 186+84+241=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA54F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54F1 is #45AB0E. Grayscale: #838383. Windows color (decimal): -4565775 or 15815866. OLE color: 15815866.
HSL color Cylindrical-coordinate representation of color #BA54F1: hue angle of 278.98º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA54F1 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 84 | 241 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.05 |
| HSL | 278.98º | 0.85% | 0.64% | - |
| HSV(B) | 278.98º | 0.65% | 0.95% | - |
| XYZ | 39.3 | 23.13 | 85.61 | - |
| YUV | 132.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 241 | 0.23 | 0.65 | 0 | 0.05 | 278.98 | 0.85 | 0.64 |
| Hex | BA | 54 | F1 | 17 | 41 | 0 | 5 | 117 | 55 | 40 |
| Octal | 272 | 124 | 361 | 27 | 101 | 0 | 5 | 427 | 125 | 100 |
| Binary | 10111010 | 1010100 | 11110001 | 10111 | 1000001 | 0 | 101 | 100010111 | 1010101 | 1000000 |
Color Harmonies of #BA54F1
Complementary color
Monochromatic Colors of #BA54F1
Black with #BA54F1
Text Example
Text Example
White with #BA54F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54F1; }
p { color: rgb(186,84,241); }
H1.HeaderClassName
{
color: #BA54F1;
}
.AnyTagClassName
{
color: #BA54F1;
}
</style>
background-color css
<style>
a { background-color: #BA54F1; }
a { background-color: rgb(186,84,241); }
div.DivClassName
{
background-color: #BA54F1;
}
.BgClassName
{
background-color: #BA54F1;
}
</style>
border-color css
<style>
span { border-color: #BA54F1; }
span { border-color: rgb(186,84,241); }
td.TdClassName
{
border-color: #BA54F1;
}
.TagClassName
{
border-color: #BA54F1;
}
</style>