Shades of Medium Orchid #BA48D3
Tints of Medium Orchid #BA48D3
RGB
CMYK
RGB Variations
Color information
#BA48D3 (or 0xBA48D3) is known color: Medium Orchid. HEX triplet: BA, 48 and D3. RGB value is (186,72,211). Sum of RGB (Red+Green+Blue) = 186+72+211=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA48D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48D3 is #45B72C. Grayscale: #797979. Windows color (decimal): -4568877 or 13846714. OLE color: 13846714.
HSL color Cylindrical-coordinate representation of color #BA48D3: hue angle of 289.21º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA48D3 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 72 | 211 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.17 |
| HSL | 289.21º | 0.61% | 0.55% | - |
| HSV(B) | 289.21º | 0.66% | 0.83% | - |
| XYZ | 34.32 | 19.78 | 63.64 | - |
| YUV | 121.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 211 | 0.12 | 0.66 | 0 | 0.17 | 289.21 | 0.61 | 0.55 |
| Hex | BA | 48 | D3 | C | 42 | 0 | 11 | 121 | 3D | 37 |
| Octal | 272 | 110 | 323 | 14 | 102 | 0 | 21 | 441 | 75 | 67 |
| Binary | 10111010 | 1001000 | 11010011 | 1100 | 1000010 | 0 | 10001 | 100100001 | 111101 | 110111 |
Color Harmonies of #BA48D3
Complementary color
Monochromatic Colors of #BA48D3
Black with #BA48D3
Text Example
Text Example
White with #BA48D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48D3; }
p { color: rgb(186,72,211); }
H1.HeaderClassName
{
color: #BA48D3;
}
.AnyTagClassName
{
color: #BA48D3;
}
</style>
background-color css
<style>
a { background-color: #BA48D3; }
a { background-color: rgb(186,72,211); }
div.DivClassName
{
background-color: #BA48D3;
}
.BgClassName
{
background-color: #BA48D3;
}
</style>
border-color css
<style>
span { border-color: #BA48D3; }
span { border-color: rgb(186,72,211); }
td.TdClassName
{
border-color: #BA48D3;
}
.TagClassName
{
border-color: #BA48D3;
}
</style>