Shades of Medium Orchid #BA49FF
Tints of Medium Orchid #BA49FF
RGB
CMYK
RGB Variations
Color information
#BA49FF (or 0xBA49FF) is known color: Medium Orchid. HEX triplet: BA, 49 and FF. RGB value is (186,73,255). Sum of RGB (Red+Green+Blue) = 186+73+255=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49FF is #45B600. Grayscale: #7E7E7E. Windows color (decimal): -4568577 or 16730554. OLE color: 16730554.
HSL color Cylindrical-coordinate representation of color #BA49FF: hue angle of 277.25º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA49FF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 73 | 255 | - |
| CMYK | 0.27 | 0.71 | 0 | 0 |
| HSL | 277.25º | 1% | 0.64% | - |
| HSV(B) | 277.25º | 0.71% | 1% | - |
| XYZ | 40.68 | 22.42 | 96.79 | - |
| YUV | 127.54 | 199.94 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 255 | 0.27 | 0.71 | 0 | 0 | 277.25 | 1 | 0.64 |
| Hex | BA | 49 | FF | 1B | 47 | 0 | 0 | 115 | 64 | 40 |
| Octal | 272 | 111 | 377 | 33 | 107 | 0 | 0 | 425 | 144 | 100 |
| Binary | 10111010 | 1001001 | 11111111 | 11011 | 1000111 | 0 | 0 | 100010101 | 1100100 | 1000000 |
Color Harmonies of #BA49FF
Complementary color
Monochromatic Colors of #BA49FF
Black with #BA49FF
Text Example
Text Example
White with #BA49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49FF; }
p { color: rgb(186,73,255); }
H1.HeaderClassName
{
color: #BA49FF;
}
.AnyTagClassName
{
color: #BA49FF;
}
</style>
background-color css
<style>
a { background-color: #BA49FF; }
a { background-color: rgb(186,73,255); }
div.DivClassName
{
background-color: #BA49FF;
}
.BgClassName
{
background-color: #BA49FF;
}
</style>
border-color css
<style>
span { border-color: #BA49FF; }
span { border-color: rgb(186,73,255); }
td.TdClassName
{
border-color: #BA49FF;
}
.TagClassName
{
border-color: #BA49FF;
}
</style>