Shades of Medium Orchid #BA48F1
Tints of Medium Orchid #BA48F1
RGB
CMYK
RGB Variations
Color information
#BA48F1 (or 0xBA48F1) is known color: Medium Orchid. HEX triplet: BA, 48 and F1. RGB value is (186,72,241). Sum of RGB (Red+Green+Blue) = 186+72+241=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA48F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48F1 is #45B70E. Grayscale: #7C7C7C. Windows color (decimal): -4568847 or 15812794. OLE color: 15812794.
HSL color Cylindrical-coordinate representation of color #BA48F1: hue angle of 280.47º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA48F1 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 72 | 241 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.05 |
| HSL | 280.47º | 0.86% | 0.61% | - |
| HSV(B) | 280.47º | 0.7% | 0.95% | - |
| XYZ | 38.44 | 21.42 | 85.33 | - |
| YUV | 125.35 | 193.27 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 241 | 0.23 | 0.70 | 0 | 0.05 | 280.47 | 0.86 | 0.61 |
| Hex | BA | 48 | F1 | 17 | 46 | 0 | 5 | 118 | 56 | 3D |
| Octal | 272 | 110 | 361 | 27 | 106 | 0 | 5 | 430 | 126 | 75 |
| Binary | 10111010 | 1001000 | 11110001 | 10111 | 1000110 | 0 | 101 | 100011000 | 1010110 | 111101 |
Color Harmonies of #BA48F1
Complementary color
Monochromatic Colors of #BA48F1
Black with #BA48F1
Text Example
Text Example
White with #BA48F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48F1; }
p { color: rgb(186,72,241); }
H1.HeaderClassName
{
color: #BA48F1;
}
.AnyTagClassName
{
color: #BA48F1;
}
</style>
background-color css
<style>
a { background-color: #BA48F1; }
a { background-color: rgb(186,72,241); }
div.DivClassName
{
background-color: #BA48F1;
}
.BgClassName
{
background-color: #BA48F1;
}
</style>
border-color css
<style>
span { border-color: #BA48F1; }
span { border-color: rgb(186,72,241); }
td.TdClassName
{
border-color: #BA48F1;
}
.TagClassName
{
border-color: #BA48F1;
}
</style>