Shades of Medium Orchid #BA48DF
Tints of Medium Orchid #BA48DF
RGB
CMYK
RGB Variations
Color information
#BA48DF (or 0xBA48DF) is known color: Medium Orchid. HEX triplet: BA, 48 and DF. RGB value is (186,72,223). Sum of RGB (Red+Green+Blue) = 186+72+223=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48DF is #45B720. Grayscale: #7A7A7A. Windows color (decimal): -4568865 or 14633146. OLE color: 14633146.
HSL color Cylindrical-coordinate representation of color #BA48DF: hue angle of 285.3º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA48DF is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 72 | 223 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.13 |
| HSL | 285.3º | 0.7% | 0.58% | - |
| HSV(B) | 285.3º | 0.68% | 0.87% | - |
| XYZ | 35.89 | 20.4 | 71.86 | - |
| YUV | 123.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 223 | 0.17 | 0.68 | 0 | 0.13 | 285.3 | 0.7 | 0.58 |
| Hex | BA | 48 | DF | 11 | 44 | 0 | D | 11D | 46 | 3A |
| Octal | 272 | 110 | 337 | 21 | 104 | 0 | 15 | 435 | 106 | 72 |
| Binary | 10111010 | 1001000 | 11011111 | 10001 | 1000100 | 0 | 1101 | 100011101 | 1000110 | 111010 |
Color Harmonies of #BA48DF
Complementary color
Monochromatic Colors of #BA48DF
Black with #BA48DF
Text Example
Text Example
White with #BA48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48DF; }
p { color: rgb(186,72,223); }
H1.HeaderClassName
{
color: #BA48DF;
}
.AnyTagClassName
{
color: #BA48DF;
}
</style>
background-color css
<style>
a { background-color: #BA48DF; }
a { background-color: rgb(186,72,223); }
div.DivClassName
{
background-color: #BA48DF;
}
.BgClassName
{
background-color: #BA48DF;
}
</style>
border-color css
<style>
span { border-color: #BA48DF; }
span { border-color: rgb(186,72,223); }
td.TdClassName
{
border-color: #BA48DF;
}
.TagClassName
{
border-color: #BA48DF;
}
</style>