Shades of Medium Orchid #BA47F5
Tints of Medium Orchid #BA47F5
RGB
CMYK
RGB Variations
Color information
#BA47F5 (or 0xBA47F5) is known color: Medium Orchid. HEX triplet: BA, 47 and F5. RGB value is (186,71,245). Sum of RGB (Red+Green+Blue) = 186+71+245=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA47F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47F5 is #45B80A. Grayscale: #7C7C7C. Windows color (decimal): -4569099 or 16074682. OLE color: 16074682.
HSL color Cylindrical-coordinate representation of color #BA47F5: hue angle of 279.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA47F5 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 71 | 245 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.04 |
| HSL | 279.66º | 0.9% | 0.62% | - |
| HSV(B) | 279.66º | 0.71% | 0.96% | - |
| XYZ | 38.98 | 21.54 | 88.49 | - |
| YUV | 125.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 245 | 0.24 | 0.71 | 0 | 0.04 | 279.66 | 0.9 | 0.62 |
| Hex | BA | 47 | F5 | 18 | 47 | 0 | 4 | 118 | 5A | 3E |
| Octal | 272 | 107 | 365 | 30 | 107 | 0 | 4 | 430 | 132 | 76 |
| Binary | 10111010 | 1000111 | 11110101 | 11000 | 1000111 | 0 | 100 | 100011000 | 1011010 | 111110 |
Color Harmonies of #BA47F5
Complementary color
Monochromatic Colors of #BA47F5
Black with #BA47F5
Text Example
Text Example
White with #BA47F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47F5; }
p { color: rgb(186,71,245); }
H1.HeaderClassName
{
color: #BA47F5;
}
.AnyTagClassName
{
color: #BA47F5;
}
</style>
background-color css
<style>
a { background-color: #BA47F5; }
a { background-color: rgb(186,71,245); }
div.DivClassName
{
background-color: #BA47F5;
}
.BgClassName
{
background-color: #BA47F5;
}
</style>
border-color css
<style>
span { border-color: #BA47F5; }
span { border-color: rgb(186,71,245); }
td.TdClassName
{
border-color: #BA47F5;
}
.TagClassName
{
border-color: #BA47F5;
}
</style>