Shades of Medium Orchid #BA6EF0
Tints of Medium Orchid #BA6EF0
RGB
CMYK
RGB Variations
Color information
#BA6EF0 (or 0xBA6EF0) is known color: Medium Orchid. HEX triplet: BA, 6E and F0. RGB value is (186,110,240). Sum of RGB (Red+Green+Blue) = 186+110+240=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA6EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EF0 is #45910F. Grayscale: #939393. Windows color (decimal): -4559120 or 15756986. OLE color: 15756986.
HSL color Cylindrical-coordinate representation of color #BA6EF0: hue angle of 275.08º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6EF0 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 110 | 240 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.06 |
| HSL | 275.08º | 0.81% | 0.69% | - |
| HSV(B) | 275.08º | 0.54% | 0.94% | - |
| XYZ | 41.55 | 27.88 | 85.63 | - |
| YUV | 147.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 240 | 0.22 | 0.54 | 0 | 0.06 | 275.08 | 0.81 | 0.69 |
| Hex | BA | 6E | F0 | 16 | 36 | 0 | 6 | 113 | 51 | 45 |
| Octal | 272 | 156 | 360 | 26 | 66 | 0 | 6 | 423 | 121 | 105 |
| Binary | 10111010 | 1101110 | 11110000 | 10110 | 110110 | 0 | 110 | 100010011 | 1010001 | 1000101 |
Color Harmonies of #BA6EF0
Complementary color
Monochromatic Colors of #BA6EF0
Black with #BA6EF0
Text Example
Text Example
White with #BA6EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EF0; }
p { color: rgb(186,110,240); }
H1.HeaderClassName
{
color: #BA6EF0;
}
.AnyTagClassName
{
color: #BA6EF0;
}
</style>
background-color css
<style>
a { background-color: #BA6EF0; }
a { background-color: rgb(186,110,240); }
div.DivClassName
{
background-color: #BA6EF0;
}
.BgClassName
{
background-color: #BA6EF0;
}
</style>
border-color css
<style>
span { border-color: #BA6EF0; }
span { border-color: rgb(186,110,240); }
td.TdClassName
{
border-color: #BA6EF0;
}
.TagClassName
{
border-color: #BA6EF0;
}
</style>