Shades of Medium Orchid #BA48F7
Tints of Medium Orchid #BA48F7
RGB
CMYK
RGB Variations
Color information
#BA48F7 (or 0xBA48F7) is known color: Medium Orchid. HEX triplet: BA, 48 and F7. RGB value is (186,72,247). Sum of RGB (Red+Green+Blue) = 186+72+247=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA48F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48F7 is #45B708. Grayscale: #7D7D7D. Windows color (decimal): -4568841 or 16206010. OLE color: 16206010.
HSL color Cylindrical-coordinate representation of color #BA48F7: hue angle of 279.09º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA48F7 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 72 | 247 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.03 |
| HSL | 279.09º | 0.92% | 0.63% | - |
| HSV(B) | 279.09º | 0.71% | 0.97% | - |
| XYZ | 39.36 | 21.79 | 90.13 | - |
| YUV | 126.04 | 196.27 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 247 | 0.25 | 0.71 | 0 | 0.03 | 279.09 | 0.92 | 0.63 |
| Hex | BA | 48 | F7 | 19 | 47 | 0 | 3 | 117 | 5C | 3F |
| Octal | 272 | 110 | 367 | 31 | 107 | 0 | 3 | 427 | 134 | 77 |
| Binary | 10111010 | 1001000 | 11110111 | 11001 | 1000111 | 0 | 11 | 100010111 | 1011100 | 111111 |
Color Harmonies of #BA48F7
Complementary color
Monochromatic Colors of #BA48F7
Black with #BA48F7
Text Example
Text Example
White with #BA48F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48F7; }
p { color: rgb(186,72,247); }
H1.HeaderClassName
{
color: #BA48F7;
}
.AnyTagClassName
{
color: #BA48F7;
}
</style>
background-color css
<style>
a { background-color: #BA48F7; }
a { background-color: rgb(186,72,247); }
div.DivClassName
{
background-color: #BA48F7;
}
.BgClassName
{
background-color: #BA48F7;
}
</style>
border-color css
<style>
span { border-color: #BA48F7; }
span { border-color: rgb(186,72,247); }
td.TdClassName
{
border-color: #BA48F7;
}
.TagClassName
{
border-color: #BA48F7;
}
</style>