Shades of Medium Orchid #BA31EF
Tints of Medium Orchid #BA31EF
RGB
CMYK
RGB Variations
Color information
#BA31EF (or 0xBA31EF) is known color: Medium Orchid. HEX triplet: BA, 31 and EF. RGB value is (186,49,239). Sum of RGB (Red+Green+Blue) = 186+49+239=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA31EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31EF is #45CE10. Grayscale: #6F6F6F. Windows color (decimal): -4574737 or 15675834. OLE color: 15675834.
HSL color Cylindrical-coordinate representation of color #BA31EF: hue angle of 283.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA31EF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 49 | 239 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.06 |
| HSL | 283.26º | 0.86% | 0.56% | - |
| HSV(B) | 283.26º | 0.79% | 0.94% | - |
| XYZ | 36.93 | 18.87 | 83.36 | - |
| YUV | 111.62 | 199.89 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 239 | 0.22 | 0.79 | 0 | 0.06 | 283.26 | 0.86 | 0.56 |
| Hex | BA | 31 | EF | 16 | 4F | 0 | 6 | 11B | 56 | 38 |
| Octal | 272 | 61 | 357 | 26 | 117 | 0 | 6 | 433 | 126 | 70 |
| Binary | 10111010 | 110001 | 11101111 | 10110 | 1001111 | 0 | 110 | 100011011 | 1010110 | 111000 |
Color Harmonies of #BA31EF
Complementary color
Monochromatic Colors of #BA31EF
Black with #BA31EF
Text Example
Text Example
White with #BA31EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31EF; }
p { color: rgb(186,49,239); }
H1.HeaderClassName
{
color: #BA31EF;
}
.AnyTagClassName
{
color: #BA31EF;
}
</style>
background-color css
<style>
a { background-color: #BA31EF; }
a { background-color: rgb(186,49,239); }
div.DivClassName
{
background-color: #BA31EF;
}
.BgClassName
{
background-color: #BA31EF;
}
</style>
border-color css
<style>
span { border-color: #BA31EF; }
span { border-color: rgb(186,49,239); }
td.TdClassName
{
border-color: #BA31EF;
}
.TagClassName
{
border-color: #BA31EF;
}
</style>