Shades of Medium Orchid #BA31EC
Tints of Medium Orchid #BA31EC
RGB
CMYK
RGB Variations
Color information
#BA31EC (or 0xBA31EC) is known color: Medium Orchid. HEX triplet: BA, 31 and EC. RGB value is (186,49,236). Sum of RGB (Red+Green+Blue) = 186+49+236=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31EC is #45CE13. Grayscale: #6E6E6E. Windows color (decimal): -4574740 or 15479226. OLE color: 15479226.
HSL color Cylindrical-coordinate representation of color #BA31EC: hue angle of 283.96º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA31EC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 49 | 236 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.07 |
| HSL | 283.96º | 0.83% | 0.56% | - |
| HSV(B) | 283.96º | 0.79% | 0.93% | - |
| XYZ | 36.49 | 18.69 | 81.04 | - |
| YUV | 111.28 | 198.39 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 236 | 0.21 | 0.79 | 0 | 0.07 | 283.96 | 0.83 | 0.56 |
| Hex | BA | 31 | EC | 15 | 4F | 0 | 7 | 11C | 53 | 38 |
| Octal | 272 | 61 | 354 | 25 | 117 | 0 | 7 | 434 | 123 | 70 |
| Binary | 10111010 | 110001 | 11101100 | 10101 | 1001111 | 0 | 111 | 100011100 | 1010011 | 111000 |
Color Harmonies of #BA31EC
Complementary color
Monochromatic Colors of #BA31EC
Black with #BA31EC
Text Example
Text Example
White with #BA31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31EC; }
p { color: rgb(186,49,236); }
H1.HeaderClassName
{
color: #BA31EC;
}
.AnyTagClassName
{
color: #BA31EC;
}
</style>
background-color css
<style>
a { background-color: #BA31EC; }
a { background-color: rgb(186,49,236); }
div.DivClassName
{
background-color: #BA31EC;
}
.BgClassName
{
background-color: #BA31EC;
}
</style>
border-color css
<style>
span { border-color: #BA31EC; }
span { border-color: rgb(186,49,236); }
td.TdClassName
{
border-color: #BA31EC;
}
.TagClassName
{
border-color: #BA31EC;
}
</style>