Shades of Medium Orchid #BA49FC
Tints of Medium Orchid #BA49FC
RGB
CMYK
RGB Variations
Color information
#BA49FC (or 0xBA49FC) is known color: Medium Orchid. HEX triplet: BA, 49 and FC. RGB value is (186,73,252). Sum of RGB (Red+Green+Blue) = 186+73+252=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49FC is #45B603. Grayscale: #7E7E7E. Windows color (decimal): -4568580 or 16533946. OLE color: 16533946.
HSL color Cylindrical-coordinate representation of color #BA49FC: hue angle of 277.88º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA49FC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 73 | 252 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.01 |
| HSL | 277.88º | 0.97% | 0.64% | - |
| HSV(B) | 277.88º | 0.71% | 0.99% | - |
| XYZ | 40.2 | 22.23 | 94.27 | - |
| YUV | 127.19 | 198.44 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 252 | 0.26 | 0.71 | 0 | 0.01 | 277.88 | 0.97 | 0.64 |
| Hex | BA | 49 | FC | 1A | 47 | 0 | 1 | 116 | 61 | 40 |
| Octal | 272 | 111 | 374 | 32 | 107 | 0 | 1 | 426 | 141 | 100 |
| Binary | 10111010 | 1001001 | 11111100 | 11010 | 1000111 | 0 | 1 | 100010110 | 1100001 | 1000000 |
Color Harmonies of #BA49FC
Complementary color
Monochromatic Colors of #BA49FC
Black with #BA49FC
Text Example
Text Example
White with #BA49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49FC; }
p { color: rgb(186,73,252); }
H1.HeaderClassName
{
color: #BA49FC;
}
.AnyTagClassName
{
color: #BA49FC;
}
</style>
background-color css
<style>
a { background-color: #BA49FC; }
a { background-color: rgb(186,73,252); }
div.DivClassName
{
background-color: #BA49FC;
}
.BgClassName
{
background-color: #BA49FC;
}
</style>
border-color css
<style>
span { border-color: #BA49FC; }
span { border-color: rgb(186,73,252); }
td.TdClassName
{
border-color: #BA49FC;
}
.TagClassName
{
border-color: #BA49FC;
}
</style>