Shades of Medium Orchid #BA2FED
Tints of Medium Orchid #BA2FED
RGB
CMYK
RGB Variations
Color information
#BA2FED (or 0xBA2FED) is known color: Medium Orchid. HEX triplet: BA, 2F and ED. RGB value is (186,47,237). Sum of RGB (Red+Green+Blue) = 186+47+237=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA2FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FED is #45D012. Grayscale: #6D6D6D. Windows color (decimal): -4575251 or 15544250. OLE color: 15544250.
HSL color Cylindrical-coordinate representation of color #BA2FED: hue angle of 283.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2FED is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 47 | 237 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.07 |
| HSL | 283.89º | 0.84% | 0.56% | - |
| HSV(B) | 283.89º | 0.8% | 0.93% | - |
| XYZ | 36.55 | 18.59 | 81.78 | - |
| YUV | 110.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 237 | 0.22 | 0.80 | 0 | 0.07 | 283.89 | 0.84 | 0.56 |
| Hex | BA | 2F | ED | 16 | 50 | 0 | 7 | 11C | 54 | 38 |
| Octal | 272 | 57 | 355 | 26 | 120 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111010 | 101111 | 11101101 | 10110 | 1010000 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BA2FED
Complementary color
Monochromatic Colors of #BA2FED
Black with #BA2FED
Text Example
Text Example
White with #BA2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FED; }
p { color: rgb(186,47,237); }
H1.HeaderClassName
{
color: #BA2FED;
}
.AnyTagClassName
{
color: #BA2FED;
}
</style>
background-color css
<style>
a { background-color: #BA2FED; }
a { background-color: rgb(186,47,237); }
div.DivClassName
{
background-color: #BA2FED;
}
.BgClassName
{
background-color: #BA2FED;
}
</style>
border-color css
<style>
span { border-color: #BA2FED; }
span { border-color: rgb(186,47,237); }
td.TdClassName
{
border-color: #BA2FED;
}
.TagClassName
{
border-color: #BA2FED;
}
</style>