Shades of Medium Orchid #BA47F3
Tints of Medium Orchid #BA47F3
RGB
CMYK
RGB Variations
Color information
#BA47F3 (or 0xBA47F3) is known color: Medium Orchid. HEX triplet: BA, 47 and F3. RGB value is (186,71,243). Sum of RGB (Red+Green+Blue) = 186+71+243=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA47F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47F3 is #45B80C. Grayscale: #7C7C7C. Windows color (decimal): -4569101 or 15943610. OLE color: 15943610.
HSL color Cylindrical-coordinate representation of color #BA47F3: hue angle of 280.12º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA47F3 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 71 | 243 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.05 |
| HSL | 280.12º | 0.88% | 0.62% | - |
| HSV(B) | 280.12º | 0.71% | 0.95% | - |
| XYZ | 38.68 | 21.42 | 86.89 | - |
| YUV | 124.99 | 194.6 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 243 | 0.23 | 0.71 | 0 | 0.05 | 280.12 | 0.88 | 0.62 |
| Hex | BA | 47 | F3 | 17 | 47 | 0 | 5 | 118 | 58 | 3E |
| Octal | 272 | 107 | 363 | 27 | 107 | 0 | 5 | 430 | 130 | 76 |
| Binary | 10111010 | 1000111 | 11110011 | 10111 | 1000111 | 0 | 101 | 100011000 | 1011000 | 111110 |
Color Harmonies of #BA47F3
Complementary color
Monochromatic Colors of #BA47F3
Black with #BA47F3
Text Example
Text Example
White with #BA47F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47F3; }
p { color: rgb(186,71,243); }
H1.HeaderClassName
{
color: #BA47F3;
}
.AnyTagClassName
{
color: #BA47F3;
}
</style>
background-color css
<style>
a { background-color: #BA47F3; }
a { background-color: rgb(186,71,243); }
div.DivClassName
{
background-color: #BA47F3;
}
.BgClassName
{
background-color: #BA47F3;
}
</style>
border-color css
<style>
span { border-color: #BA47F3; }
span { border-color: rgb(186,71,243); }
td.TdClassName
{
border-color: #BA47F3;
}
.TagClassName
{
border-color: #BA47F3;
}
</style>