Shades of Medium Orchid #BA6AF0
Tints of Medium Orchid #BA6AF0
RGB
CMYK
RGB Variations
Color information
#BA6AF0 (or 0xBA6AF0) is known color: Medium Orchid. HEX triplet: BA, 6A and F0. RGB value is (186,106,240). Sum of RGB (Red+Green+Blue) = 186+106+240=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF0 is #45950F. Grayscale: #909090. Windows color (decimal): -4560144 or 15755962. OLE color: 15755962.
HSL color Cylindrical-coordinate representation of color #BA6AF0: hue angle of 275.82º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6AF0 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 106 | 240 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.06 |
| HSL | 275.82º | 0.82% | 0.68% | - |
| HSV(B) | 275.82º | 0.56% | 0.94% | - |
| XYZ | 41.13 | 27.04 | 85.49 | - |
| YUV | 145.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 240 | 0.22 | 0.56 | 0 | 0.06 | 275.82 | 0.82 | 0.68 |
| Hex | BA | 6A | F0 | 16 | 38 | 0 | 6 | 114 | 52 | 44 |
| Octal | 272 | 152 | 360 | 26 | 70 | 0 | 6 | 424 | 122 | 104 |
| Binary | 10111010 | 1101010 | 11110000 | 10110 | 111000 | 0 | 110 | 100010100 | 1010010 | 1000100 |
Color Harmonies of #BA6AF0
Complementary color
Monochromatic Colors of #BA6AF0
Black with #BA6AF0
Text Example
Text Example
White with #BA6AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AF0; }
p { color: rgb(186,106,240); }
H1.HeaderClassName
{
color: #BA6AF0;
}
.AnyTagClassName
{
color: #BA6AF0;
}
</style>
background-color css
<style>
a { background-color: #BA6AF0; }
a { background-color: rgb(186,106,240); }
div.DivClassName
{
background-color: #BA6AF0;
}
.BgClassName
{
background-color: #BA6AF0;
}
</style>
border-color css
<style>
span { border-color: #BA6AF0; }
span { border-color: rgb(186,106,240); }
td.TdClassName
{
border-color: #BA6AF0;
}
.TagClassName
{
border-color: #BA6AF0;
}
</style>