Shades of Medium Orchid #BA48EF
Tints of Medium Orchid #BA48EF
RGB
CMYK
RGB Variations
Color information
#BA48EF (or 0xBA48EF) is known color: Medium Orchid. HEX triplet: BA, 48 and EF. RGB value is (186,72,239). Sum of RGB (Red+Green+Blue) = 186+72+239=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA48EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48EF is #45B710. Grayscale: #7C7C7C. Windows color (decimal): -4568849 or 15681722. OLE color: 15681722.
HSL color Cylindrical-coordinate representation of color #BA48EF: hue angle of 280.96º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA48EF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 72 | 239 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.06 |
| HSL | 280.96º | 0.84% | 0.61% | - |
| HSV(B) | 280.96º | 0.7% | 0.94% | - |
| XYZ | 38.15 | 21.31 | 83.76 | - |
| YUV | 125.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 239 | 0.22 | 0.70 | 0 | 0.06 | 280.96 | 0.84 | 0.61 |
| Hex | BA | 48 | EF | 16 | 46 | 0 | 6 | 119 | 54 | 3D |
| Octal | 272 | 110 | 357 | 26 | 106 | 0 | 6 | 431 | 124 | 75 |
| Binary | 10111010 | 1001000 | 11101111 | 10110 | 1000110 | 0 | 110 | 100011001 | 1010100 | 111101 |
Color Harmonies of #BA48EF
Complementary color
Monochromatic Colors of #BA48EF
Black with #BA48EF
Text Example
Text Example
White with #BA48EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48EF; }
p { color: rgb(186,72,239); }
H1.HeaderClassName
{
color: #BA48EF;
}
.AnyTagClassName
{
color: #BA48EF;
}
</style>
background-color css
<style>
a { background-color: #BA48EF; }
a { background-color: rgb(186,72,239); }
div.DivClassName
{
background-color: #BA48EF;
}
.BgClassName
{
background-color: #BA48EF;
}
</style>
border-color css
<style>
span { border-color: #BA48EF; }
span { border-color: rgb(186,72,239); }
td.TdClassName
{
border-color: #BA48EF;
}
.TagClassName
{
border-color: #BA48EF;
}
</style>