Shades of Medium Orchid #BA48D5
Tints of Medium Orchid #BA48D5
RGB
CMYK
RGB Variations
Color information
#BA48D5 (or 0xBA48D5) is known color: Medium Orchid. HEX triplet: BA, 48 and D5. RGB value is (186,72,213). Sum of RGB (Red+Green+Blue) = 186+72+213=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48D5 is #45B72A. Grayscale: #797979. Windows color (decimal): -4568875 or 13977786. OLE color: 13977786.
HSL color Cylindrical-coordinate representation of color #BA48D5: hue angle of 288.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA48D5 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 72 | 213 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.16 |
| HSL | 288.51º | 0.63% | 0.56% | - |
| HSV(B) | 288.51º | 0.66% | 0.84% | - |
| XYZ | 34.58 | 19.88 | 64.97 | - |
| YUV | 122.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 213 | 0.13 | 0.66 | 0 | 0.16 | 288.51 | 0.63 | 0.56 |
| Hex | BA | 48 | D5 | D | 42 | 0 | 10 | 121 | 3F | 38 |
| Octal | 272 | 110 | 325 | 15 | 102 | 0 | 20 | 441 | 77 | 70 |
| Binary | 10111010 | 1001000 | 11010101 | 1101 | 1000010 | 0 | 10000 | 100100001 | 111111 | 111000 |
Color Harmonies of #BA48D5
Complementary color
Monochromatic Colors of #BA48D5
Black with #BA48D5
Text Example
Text Example
White with #BA48D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48D5; }
p { color: rgb(186,72,213); }
H1.HeaderClassName
{
color: #BA48D5;
}
.AnyTagClassName
{
color: #BA48D5;
}
</style>
background-color css
<style>
a { background-color: #BA48D5; }
a { background-color: rgb(186,72,213); }
div.DivClassName
{
background-color: #BA48D5;
}
.BgClassName
{
background-color: #BA48D5;
}
</style>
border-color css
<style>
span { border-color: #BA48D5; }
span { border-color: rgb(186,72,213); }
td.TdClassName
{
border-color: #BA48D5;
}
.TagClassName
{
border-color: #BA48D5;
}
</style>