Shades of Medium Orchid #BA2FEF
Tints of Medium Orchid #BA2FEF
RGB
CMYK
RGB Variations
Color information
#BA2FEF (or 0xBA2FEF) is known color: Medium Orchid. HEX triplet: BA, 2F and EF. RGB value is (186,47,239). Sum of RGB (Red+Green+Blue) = 186+47+239=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FEF is #45D010. Grayscale: #6D6D6D. Windows color (decimal): -4575249 or 15675322. OLE color: 15675322.
HSL color Cylindrical-coordinate representation of color #BA2FEF: hue angle of 283.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2FEF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 47 | 239 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.06 |
| HSL | 283.44º | 0.86% | 0.56% | - |
| HSV(B) | 283.44º | 0.8% | 0.94% | - |
| XYZ | 36.85 | 18.7 | 83.33 | - |
| YUV | 110.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 239 | 0.22 | 0.80 | 0 | 0.06 | 283.44 | 0.86 | 0.56 |
| Hex | BA | 2F | EF | 16 | 50 | 0 | 6 | 11B | 56 | 38 |
| Octal | 272 | 57 | 357 | 26 | 120 | 0 | 6 | 433 | 126 | 70 |
| Binary | 10111010 | 101111 | 11101111 | 10110 | 1010000 | 0 | 110 | 100011011 | 1010110 | 111000 |
Color Harmonies of #BA2FEF
Complementary color
Monochromatic Colors of #BA2FEF
Black with #BA2FEF
Text Example
Text Example
White with #BA2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FEF; }
p { color: rgb(186,47,239); }
H1.HeaderClassName
{
color: #BA2FEF;
}
.AnyTagClassName
{
color: #BA2FEF;
}
</style>
background-color css
<style>
a { background-color: #BA2FEF; }
a { background-color: rgb(186,47,239); }
div.DivClassName
{
background-color: #BA2FEF;
}
.BgClassName
{
background-color: #BA2FEF;
}
</style>
border-color css
<style>
span { border-color: #BA2FEF; }
span { border-color: rgb(186,47,239); }
td.TdClassName
{
border-color: #BA2FEF;
}
.TagClassName
{
border-color: #BA2FEF;
}
</style>