Shades of Medium Orchid #BA47D5
Tints of Medium Orchid #BA47D5
RGB
CMYK
RGB Variations
Color information
#BA47D5 (or 0xBA47D5) is known color: Medium Orchid. HEX triplet: BA, 47 and D5. RGB value is (186,71,213). Sum of RGB (Red+Green+Blue) = 186+71+213=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA47D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47D5 is #45B82A. Grayscale: #797979. Windows color (decimal): -4569131 or 13977530. OLE color: 13977530.
HSL color Cylindrical-coordinate representation of color #BA47D5: hue angle of 288.59º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA47D5 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 71 | 213 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.16 |
| HSL | 288.59º | 0.63% | 0.56% | - |
| HSV(B) | 288.59º | 0.67% | 0.84% | - |
| XYZ | 34.51 | 19.75 | 64.94 | - |
| YUV | 121.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 213 | 0.13 | 0.67 | 0 | 0.16 | 288.59 | 0.63 | 0.56 |
| Hex | BA | 47 | D5 | D | 43 | 0 | 10 | 121 | 3F | 38 |
| Octal | 272 | 107 | 325 | 15 | 103 | 0 | 20 | 441 | 77 | 70 |
| Binary | 10111010 | 1000111 | 11010101 | 1101 | 1000011 | 0 | 10000 | 100100001 | 111111 | 111000 |
Color Harmonies of #BA47D5
Complementary color
Monochromatic Colors of #BA47D5
Black with #BA47D5
Text Example
Text Example
White with #BA47D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47D5; }
p { color: rgb(186,71,213); }
H1.HeaderClassName
{
color: #BA47D5;
}
.AnyTagClassName
{
color: #BA47D5;
}
</style>
background-color css
<style>
a { background-color: #BA47D5; }
a { background-color: rgb(186,71,213); }
div.DivClassName
{
background-color: #BA47D5;
}
.BgClassName
{
background-color: #BA47D5;
}
</style>
border-color css
<style>
span { border-color: #BA47D5; }
span { border-color: rgb(186,71,213); }
td.TdClassName
{
border-color: #BA47D5;
}
.TagClassName
{
border-color: #BA47D5;
}
</style>