Shades of Medium Orchid #BA47E0
Tints of Medium Orchid #BA47E0
RGB
CMYK
RGB Variations
Color information
#BA47E0 (or 0xBA47E0) is known color: Medium Orchid. HEX triplet: BA, 47 and E0. RGB value is (186,71,224). Sum of RGB (Red+Green+Blue) = 186+71+224=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA47E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47E0 is #45B81F. Grayscale: #7A7A7A. Windows color (decimal): -4569120 or 14698426. OLE color: 14698426.
HSL color Cylindrical-coordinate representation of color #BA47E0: hue angle of 285.1º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA47E0 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 71 | 224 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.12 |
| HSL | 285.1º | 0.71% | 0.58% | - |
| HSV(B) | 285.1º | 0.68% | 0.88% | - |
| XYZ | 35.96 | 20.33 | 72.55 | - |
| YUV | 122.83 | 185.1 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 224 | 0.17 | 0.68 | 0 | 0.12 | 285.1 | 0.71 | 0.58 |
| Hex | BA | 47 | E0 | 11 | 44 | 0 | C | 11D | 47 | 3A |
| Octal | 272 | 107 | 340 | 21 | 104 | 0 | 14 | 435 | 107 | 72 |
| Binary | 10111010 | 1000111 | 11100000 | 10001 | 1000100 | 0 | 1100 | 100011101 | 1000111 | 111010 |
Color Harmonies of #BA47E0
Complementary color
Monochromatic Colors of #BA47E0
Black with #BA47E0
Text Example
Text Example
White with #BA47E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47E0; }
p { color: rgb(186,71,224); }
H1.HeaderClassName
{
color: #BA47E0;
}
.AnyTagClassName
{
color: #BA47E0;
}
</style>
background-color css
<style>
a { background-color: #BA47E0; }
a { background-color: rgb(186,71,224); }
div.DivClassName
{
background-color: #BA47E0;
}
.BgClassName
{
background-color: #BA47E0;
}
</style>
border-color css
<style>
span { border-color: #BA47E0; }
span { border-color: rgb(186,71,224); }
td.TdClassName
{
border-color: #BA47E0;
}
.TagClassName
{
border-color: #BA47E0;
}
</style>