Shades of Medium Orchid #BA55F1
Tints of Medium Orchid #BA55F1
RGB
CMYK
RGB Variations
Color information
#BA55F1 (or 0xBA55F1) is known color: Medium Orchid. HEX triplet: BA, 55 and F1. RGB value is (186,85,241). Sum of RGB (Red+Green+Blue) = 186+85+241=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA55F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55F1 is #45AA0E. Grayscale: #848484. Windows color (decimal): -4565519 or 15816122. OLE color: 15816122.
HSL color Cylindrical-coordinate representation of color #BA55F1: hue angle of 278.85º 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 #BA55F1 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 85 | 241 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.05 |
| HSL | 278.85º | 0.85% | 0.64% | - |
| HSV(B) | 278.85º | 0.65% | 0.95% | - |
| XYZ | 39.38 | 23.29 | 85.64 | - |
| YUV | 132.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 241 | 0.23 | 0.65 | 0 | 0.05 | 278.85 | 0.85 | 0.64 |
| Hex | BA | 55 | F1 | 17 | 41 | 0 | 5 | 117 | 55 | 40 |
| Octal | 272 | 125 | 361 | 27 | 101 | 0 | 5 | 427 | 125 | 100 |
| Binary | 10111010 | 1010101 | 11110001 | 10111 | 1000001 | 0 | 101 | 100010111 | 1010101 | 1000000 |
Color Harmonies of #BA55F1
Complementary color
Monochromatic Colors of #BA55F1
Black with #BA55F1
Text Example
Text Example
White with #BA55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55F1; }
p { color: rgb(186,85,241); }
H1.HeaderClassName
{
color: #BA55F1;
}
.AnyTagClassName
{
color: #BA55F1;
}
</style>
background-color css
<style>
a { background-color: #BA55F1; }
a { background-color: rgb(186,85,241); }
div.DivClassName
{
background-color: #BA55F1;
}
.BgClassName
{
background-color: #BA55F1;
}
</style>
border-color css
<style>
span { border-color: #BA55F1; }
span { border-color: rgb(186,85,241); }
td.TdClassName
{
border-color: #BA55F1;
}
.TagClassName
{
border-color: #BA55F1;
}
</style>