Shades of Medium Orchid #BA6AF1
Tints of Medium Orchid #BA6AF1
RGB
CMYK
RGB Variations
Color information
#BA6AF1 (or 0xBA6AF1) is known color: Medium Orchid. HEX triplet: BA, 6A and F1. RGB value is (186,106,241). Sum of RGB (Red+Green+Blue) = 186+106+241=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF1 is #45950E. Grayscale: #909090. Windows color (decimal): -4560143 or 15821498. OLE color: 15821498.
HSL color Cylindrical-coordinate representation of color #BA6AF1: hue angle of 275.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6AF1 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 106 | 241 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.05 |
| HSL | 275.56º | 0.83% | 0.68% | - |
| HSV(B) | 275.56º | 0.56% | 0.95% | - |
| XYZ | 41.28 | 27.1 | 86.27 | - |
| YUV | 145.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 241 | 0.23 | 0.56 | 0 | 0.05 | 275.56 | 0.83 | 0.68 |
| Hex | BA | 6A | F1 | 17 | 38 | 0 | 5 | 114 | 53 | 44 |
| Octal | 272 | 152 | 361 | 27 | 70 | 0 | 5 | 424 | 123 | 104 |
| Binary | 10111010 | 1101010 | 11110001 | 10111 | 111000 | 0 | 101 | 100010100 | 1010011 | 1000100 |
Color Harmonies of #BA6AF1
Complementary color
Monochromatic Colors of #BA6AF1
Black with #BA6AF1
Text Example
Text Example
White with #BA6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AF1; }
p { color: rgb(186,106,241); }
H1.HeaderClassName
{
color: #BA6AF1;
}
.AnyTagClassName
{
color: #BA6AF1;
}
</style>
background-color css
<style>
a { background-color: #BA6AF1; }
a { background-color: rgb(186,106,241); }
div.DivClassName
{
background-color: #BA6AF1;
}
.BgClassName
{
background-color: #BA6AF1;
}
</style>
border-color css
<style>
span { border-color: #BA6AF1; }
span { border-color: rgb(186,106,241); }
td.TdClassName
{
border-color: #BA6AF1;
}
.TagClassName
{
border-color: #BA6AF1;
}
</style>