Shades of Medium Orchid #BA49F1
Tints of Medium Orchid #BA49F1
RGB
CMYK
RGB Variations
Color information
#BA49F1 (or 0xBA49F1) is known color: Medium Orchid. HEX triplet: BA, 49 and F1. RGB value is (186,73,241). Sum of RGB (Red+Green+Blue) = 186+73+241=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA49F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49F1 is #45B60E. Grayscale: #7D7D7D. Windows color (decimal): -4568591 or 15813050. OLE color: 15813050.
HSL color Cylindrical-coordinate representation of color #BA49F1: hue angle of 280.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA49F1 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 73 | 241 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.05 |
| HSL | 280.36º | 0.86% | 0.62% | - |
| HSV(B) | 280.36º | 0.7% | 0.95% | - |
| XYZ | 38.51 | 21.56 | 85.35 | - |
| YUV | 125.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 241 | 0.23 | 0.70 | 0 | 0.05 | 280.36 | 0.86 | 0.62 |
| Hex | BA | 49 | F1 | 17 | 46 | 0 | 5 | 118 | 56 | 3E |
| Octal | 272 | 111 | 361 | 27 | 106 | 0 | 5 | 430 | 126 | 76 |
| Binary | 10111010 | 1001001 | 11110001 | 10111 | 1000110 | 0 | 101 | 100011000 | 1010110 | 111110 |
Color Harmonies of #BA49F1
Complementary color
Monochromatic Colors of #BA49F1
Black with #BA49F1
Text Example
Text Example
White with #BA49F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49F1; }
p { color: rgb(186,73,241); }
H1.HeaderClassName
{
color: #BA49F1;
}
.AnyTagClassName
{
color: #BA49F1;
}
</style>
background-color css
<style>
a { background-color: #BA49F1; }
a { background-color: rgb(186,73,241); }
div.DivClassName
{
background-color: #BA49F1;
}
.BgClassName
{
background-color: #BA49F1;
}
</style>
border-color css
<style>
span { border-color: #BA49F1; }
span { border-color: rgb(186,73,241); }
td.TdClassName
{
border-color: #BA49F1;
}
.TagClassName
{
border-color: #BA49F1;
}
</style>