Shades of Medium Orchid #BA6DF1
Tints of Medium Orchid #BA6DF1
RGB
CMYK
RGB Variations
Color information
#BA6DF1 (or 0xBA6DF1) is known color: Medium Orchid. HEX triplet: BA, 6D and F1. RGB value is (186,109,241). Sum of RGB (Red+Green+Blue) = 186+109+241=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DF1 is #45920E. Grayscale: #929292. Windows color (decimal): -4559375 or 15822266. OLE color: 15822266.
HSL color Cylindrical-coordinate representation of color #BA6DF1: hue angle of 275º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6DF1 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 109 | 241 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.05 |
| HSL | 275º | 0.83% | 0.69% | - |
| HSV(B) | 275º | 0.55% | 0.95% | - |
| XYZ | 41.6 | 27.73 | 86.38 | - |
| YUV | 147.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 241 | 0.23 | 0.55 | 0 | 0.05 | 275 | 0.83 | 0.69 |
| Hex | BA | 6D | F1 | 17 | 37 | 0 | 5 | 113 | 52 | 45 |
| Octal | 272 | 155 | 361 | 27 | 67 | 0 | 5 | 423 | 122 | 105 |
| Binary | 10111010 | 1101101 | 11110001 | 10111 | 110111 | 0 | 101 | 100010011 | 1010010 | 1000101 |
Color Harmonies of #BA6DF1
Complementary color
Monochromatic Colors of #BA6DF1
Black with #BA6DF1
Text Example
Text Example
White with #BA6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DF1; }
p { color: rgb(186,109,241); }
H1.HeaderClassName
{
color: #BA6DF1;
}
.AnyTagClassName
{
color: #BA6DF1;
}
</style>
background-color css
<style>
a { background-color: #BA6DF1; }
a { background-color: rgb(186,109,241); }
div.DivClassName
{
background-color: #BA6DF1;
}
.BgClassName
{
background-color: #BA6DF1;
}
</style>
border-color css
<style>
span { border-color: #BA6DF1; }
span { border-color: rgb(186,109,241); }
td.TdClassName
{
border-color: #BA6DF1;
}
.TagClassName
{
border-color: #BA6DF1;
}
</style>