Shades of Medium Orchid #BA47F0
Tints of Medium Orchid #BA47F0
RGB
CMYK
RGB Variations
Color information
#BA47F0 (or 0xBA47F0) is known color: Medium Orchid. HEX triplet: BA, 47 and F0. RGB value is (186,71,240). Sum of RGB (Red+Green+Blue) = 186+71+240=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA47F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47F0 is #45B80F. Grayscale: #7C7C7C. Windows color (decimal): -4569104 or 15747002. OLE color: 15747002.
HSL color Cylindrical-coordinate representation of color #BA47F0: hue angle of 280.83º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA47F0 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 71 | 240 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.06 |
| HSL | 280.83º | 0.85% | 0.61% | - |
| HSV(B) | 280.83º | 0.7% | 0.94% | - |
| XYZ | 38.23 | 21.24 | 84.52 | - |
| YUV | 124.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 240 | 0.22 | 0.70 | 0 | 0.06 | 280.83 | 0.85 | 0.61 |
| Hex | BA | 47 | F0 | 16 | 46 | 0 | 6 | 119 | 55 | 3D |
| Octal | 272 | 107 | 360 | 26 | 106 | 0 | 6 | 431 | 125 | 75 |
| Binary | 10111010 | 1000111 | 11110000 | 10110 | 1000110 | 0 | 110 | 100011001 | 1010101 | 111101 |
Color Harmonies of #BA47F0
Complementary color
Monochromatic Colors of #BA47F0
Black with #BA47F0
Text Example
Text Example
White with #BA47F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47F0; }
p { color: rgb(186,71,240); }
H1.HeaderClassName
{
color: #BA47F0;
}
.AnyTagClassName
{
color: #BA47F0;
}
</style>
background-color css
<style>
a { background-color: #BA47F0; }
a { background-color: rgb(186,71,240); }
div.DivClassName
{
background-color: #BA47F0;
}
.BgClassName
{
background-color: #BA47F0;
}
</style>
border-color css
<style>
span { border-color: #BA47F0; }
span { border-color: rgb(186,71,240); }
td.TdClassName
{
border-color: #BA47F0;
}
.TagClassName
{
border-color: #BA47F0;
}
</style>