Shades of Medium Orchid #BA6FEC
Tints of Medium Orchid #BA6FEC
RGB
CMYK
RGB Variations
Color information
#BA6FEC (or 0xBA6FEC) is known color: Medium Orchid. HEX triplet: BA, 6F and EC. RGB value is (186,111,236). Sum of RGB (Red+Green+Blue) = 186+111+236=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FEC is #459013. Grayscale: #939393. Windows color (decimal): -4558868 or 15495098. OLE color: 15495098.
HSL color Cylindrical-coordinate representation of color #BA6FEC: hue angle of 276º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6FEC is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 111 | 236 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.07 |
| HSL | 276º | 0.77% | 0.68% | - |
| HSV(B) | 276º | 0.53% | 0.93% | - |
| XYZ | 41.07 | 27.86 | 82.57 | - |
| YUV | 147.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 236 | 0.21 | 0.53 | 0 | 0.07 | 276 | 0.77 | 0.68 |
| Hex | BA | 6F | EC | 15 | 35 | 0 | 7 | 114 | 4D | 44 |
| Octal | 272 | 157 | 354 | 25 | 65 | 0 | 7 | 424 | 115 | 104 |
| Binary | 10111010 | 1101111 | 11101100 | 10101 | 110101 | 0 | 111 | 100010100 | 1001101 | 1000100 |
Color Harmonies of #BA6FEC
Complementary color
Monochromatic Colors of #BA6FEC
Black with #BA6FEC
Text Example
Text Example
White with #BA6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FEC; }
p { color: rgb(186,111,236); }
H1.HeaderClassName
{
color: #BA6FEC;
}
.AnyTagClassName
{
color: #BA6FEC;
}
</style>
background-color css
<style>
a { background-color: #BA6FEC; }
a { background-color: rgb(186,111,236); }
div.DivClassName
{
background-color: #BA6FEC;
}
.BgClassName
{
background-color: #BA6FEC;
}
</style>
border-color css
<style>
span { border-color: #BA6FEC; }
span { border-color: rgb(186,111,236); }
td.TdClassName
{
border-color: #BA6FEC;
}
.TagClassName
{
border-color: #BA6FEC;
}
</style>