Shades of Medium Orchid #BA2FEC
Tints of Medium Orchid #BA2FEC
RGB
CMYK
RGB Variations
Color information
#BA2FEC (or 0xBA2FEC) is known color: Medium Orchid. HEX triplet: BA, 2F and EC. RGB value is (186,47,236). Sum of RGB (Red+Green+Blue) = 186+47+236=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FEC is #45D013. Grayscale: #6D6D6D. Windows color (decimal): -4575252 or 15478714. OLE color: 15478714.
HSL color Cylindrical-coordinate representation of color #BA2FEC: hue angle of 284.13º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2FEC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 47 | 236 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.07 |
| HSL | 284.13º | 0.83% | 0.55% | - |
| HSV(B) | 284.13º | 0.8% | 0.93% | - |
| XYZ | 36.41 | 18.53 | 81.01 | - |
| YUV | 110.11 | 199.05 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 236 | 0.21 | 0.80 | 0 | 0.07 | 284.13 | 0.83 | 0.55 |
| Hex | BA | 2F | EC | 15 | 50 | 0 | 7 | 11C | 53 | 37 |
| Octal | 272 | 57 | 354 | 25 | 120 | 0 | 7 | 434 | 123 | 67 |
| Binary | 10111010 | 101111 | 11101100 | 10101 | 1010000 | 0 | 111 | 100011100 | 1010011 | 110111 |
Color Harmonies of #BA2FEC
Complementary color
Monochromatic Colors of #BA2FEC
Black with #BA2FEC
Text Example
Text Example
White with #BA2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FEC; }
p { color: rgb(186,47,236); }
H1.HeaderClassName
{
color: #BA2FEC;
}
.AnyTagClassName
{
color: #BA2FEC;
}
</style>
background-color css
<style>
a { background-color: #BA2FEC; }
a { background-color: rgb(186,47,236); }
div.DivClassName
{
background-color: #BA2FEC;
}
.BgClassName
{
background-color: #BA2FEC;
}
</style>
border-color css
<style>
span { border-color: #BA2FEC; }
span { border-color: rgb(186,47,236); }
td.TdClassName
{
border-color: #BA2FEC;
}
.TagClassName
{
border-color: #BA2FEC;
}
</style>