Shades of Medium Orchid #BA47DE
Tints of Medium Orchid #BA47DE
RGB
CMYK
RGB Variations
Color information
#BA47DE (or 0xBA47DE) is known color: Medium Orchid. HEX triplet: BA, 47 and DE. RGB value is (186,71,222). Sum of RGB (Red+Green+Blue) = 186+71+222=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA47DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47DE is #45B821. Grayscale: #7A7A7A. Windows color (decimal): -4569122 or 14567354. OLE color: 14567354.
HSL color Cylindrical-coordinate representation of color #BA47DE: hue angle of 285.7º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA47DE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 71 | 222 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.13 |
| HSL | 285.7º | 0.7% | 0.57% | - |
| HSV(B) | 285.7º | 0.68% | 0.87% | - |
| XYZ | 35.69 | 20.22 | 71.13 | - |
| YUV | 122.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 222 | 0.16 | 0.68 | 0 | 0.13 | 285.7 | 0.7 | 0.57 |
| Hex | BA | 47 | DE | 10 | 44 | 0 | D | 11E | 46 | 39 |
| Octal | 272 | 107 | 336 | 20 | 104 | 0 | 15 | 436 | 106 | 71 |
| Binary | 10111010 | 1000111 | 11011110 | 10000 | 1000100 | 0 | 1101 | 100011110 | 1000110 | 111001 |
Color Harmonies of #BA47DE
Complementary color
Monochromatic Colors of #BA47DE
Black with #BA47DE
Text Example
Text Example
White with #BA47DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47DE; }
p { color: rgb(186,71,222); }
H1.HeaderClassName
{
color: #BA47DE;
}
.AnyTagClassName
{
color: #BA47DE;
}
</style>
background-color css
<style>
a { background-color: #BA47DE; }
a { background-color: rgb(186,71,222); }
div.DivClassName
{
background-color: #BA47DE;
}
.BgClassName
{
background-color: #BA47DE;
}
</style>
border-color css
<style>
span { border-color: #BA47DE; }
span { border-color: rgb(186,71,222); }
td.TdClassName
{
border-color: #BA47DE;
}
.TagClassName
{
border-color: #BA47DE;
}
</style>