Shades of Medium Orchid #BA5DF1
Tints of Medium Orchid #BA5DF1
RGB
CMYK
RGB Variations
Color information
#BA5DF1 (or 0xBA5DF1) is known color: Medium Orchid. HEX triplet: BA, 5D and F1. RGB value is (186,93,241). Sum of RGB (Red+Green+Blue) = 186+93+241=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA5DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DF1 is #45A20E. Grayscale: #898989. Windows color (decimal): -4563471 or 15818170. OLE color: 15818170.
HSL color Cylindrical-coordinate representation of color #BA5DF1: hue angle of 277.7º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5DF1 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 93 | 241 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.05 |
| HSL | 277.7º | 0.84% | 0.65% | - |
| HSV(B) | 277.7º | 0.61% | 0.95% | - |
| XYZ | 40.04 | 24.62 | 85.86 | - |
| YUV | 137.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 241 | 0.23 | 0.61 | 0 | 0.05 | 277.7 | 0.84 | 0.65 |
| Hex | BA | 5D | F1 | 17 | 3D | 0 | 5 | 116 | 54 | 41 |
| Octal | 272 | 135 | 361 | 27 | 75 | 0 | 5 | 426 | 124 | 101 |
| Binary | 10111010 | 1011101 | 11110001 | 10111 | 111101 | 0 | 101 | 100010110 | 1010100 | 1000001 |
Color Harmonies of #BA5DF1
Complementary color
Monochromatic Colors of #BA5DF1
Black with #BA5DF1
Text Example
Text Example
White with #BA5DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DF1; }
p { color: rgb(186,93,241); }
H1.HeaderClassName
{
color: #BA5DF1;
}
.AnyTagClassName
{
color: #BA5DF1;
}
</style>
background-color css
<style>
a { background-color: #BA5DF1; }
a { background-color: rgb(186,93,241); }
div.DivClassName
{
background-color: #BA5DF1;
}
.BgClassName
{
background-color: #BA5DF1;
}
</style>
border-color css
<style>
span { border-color: #BA5DF1; }
span { border-color: rgb(186,93,241); }
td.TdClassName
{
border-color: #BA5DF1;
}
.TagClassName
{
border-color: #BA5DF1;
}
</style>