Shades of Medium Orchid #BA48F0
Tints of Medium Orchid #BA48F0
RGB
CMYK
RGB Variations
Color information
#BA48F0 (or 0xBA48F0) is known color: Medium Orchid. HEX triplet: BA, 48 and F0. RGB value is (186,72,240). Sum of RGB (Red+Green+Blue) = 186+72+240=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA48F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48F0 is #45B70F. Grayscale: #7C7C7C. Windows color (decimal): -4568848 or 15747258. OLE color: 15747258.
HSL color Cylindrical-coordinate representation of color #BA48F0: hue angle of 280.71º degrees, saturation: 0.85, 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 #BA48F0 is Cyan = 0.22, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 72 | 240 | - |
| CMYK | 0.22 | 0.7 | 0 | 0.06 |
| HSL | 280.71º | 0.85% | 0.61% | - |
| HSV(B) | 280.71º | 0.7% | 0.94% | - |
| XYZ | 38.3 | 21.37 | 84.54 | - |
| YUV | 125.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 240 | 0.22 | 0.7 | 0 | 0.06 | 280.71 | 0.85 | 0.61 |
| Hex | BA | 48 | F0 | 16 | 46 | 0 | 6 | 119 | 55 | 3D |
| Octal | 272 | 110 | 360 | 26 | 106 | 0 | 6 | 431 | 125 | 75 |
| Binary | 10111010 | 1001000 | 11110000 | 10110 | 1000110 | 0 | 110 | 100011001 | 1010101 | 111101 |
Color Harmonies of #BA48F0
Complementary color
Monochromatic Colors of #BA48F0
Black with #BA48F0
Text Example
Text Example
White with #BA48F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48F0; }
p { color: rgb(186,72,240); }
H1.HeaderClassName
{
color: #BA48F0;
}
.AnyTagClassName
{
color: #BA48F0;
}
</style>
background-color css
<style>
a { background-color: #BA48F0; }
a { background-color: rgb(186,72,240); }
div.DivClassName
{
background-color: #BA48F0;
}
.BgClassName
{
background-color: #BA48F0;
}
</style>
border-color css
<style>
span { border-color: #BA48F0; }
span { border-color: rgb(186,72,240); }
td.TdClassName
{
border-color: #BA48F0;
}
.TagClassName
{
border-color: #BA48F0;
}
</style>