Shades of Medium Orchid #BA48D1
Tints of Medium Orchid #BA48D1
RGB
CMYK
RGB Variations
Color information
#BA48D1 (or 0xBA48D1) is known color: Medium Orchid. HEX triplet: BA, 48 and D1. RGB value is (186,72,209). Sum of RGB (Red+Green+Blue) = 186+72+209=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA48D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48D1 is #45B72E. Grayscale: #797979. Windows color (decimal): -4568879 or 13715642. OLE color: 13715642.
HSL color Cylindrical-coordinate representation of color #BA48D1: hue angle of 289.93º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA48D1 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 72 | 209 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.18 |
| HSL | 289.93º | 0.6% | 0.55% | - |
| HSV(B) | 289.93º | 0.66% | 0.82% | - |
| XYZ | 34.08 | 19.68 | 62.32 | - |
| YUV | 121.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 209 | 0.11 | 0.66 | 0 | 0.18 | 289.93 | 0.6 | 0.55 |
| Hex | BA | 48 | D1 | B | 42 | 0 | 12 | 122 | 3C | 37 |
| Octal | 272 | 110 | 321 | 13 | 102 | 0 | 22 | 442 | 74 | 67 |
| Binary | 10111010 | 1001000 | 11010001 | 1011 | 1000010 | 0 | 10010 | 100100010 | 111100 | 110111 |
Color Harmonies of #BA48D1
Complementary color
Monochromatic Colors of #BA48D1
Black with #BA48D1
Text Example
Text Example
White with #BA48D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48D1; }
p { color: rgb(186,72,209); }
H1.HeaderClassName
{
color: #BA48D1;
}
.AnyTagClassName
{
color: #BA48D1;
}
</style>
background-color css
<style>
a { background-color: #BA48D1; }
a { background-color: rgb(186,72,209); }
div.DivClassName
{
background-color: #BA48D1;
}
.BgClassName
{
background-color: #BA48D1;
}
</style>
border-color css
<style>
span { border-color: #BA48D1; }
span { border-color: rgb(186,72,209); }
td.TdClassName
{
border-color: #BA48D1;
}
.TagClassName
{
border-color: #BA48D1;
}
</style>