Shades of Medium Orchid #BA46FE
Tints of Medium Orchid #BA46FE
RGB
CMYK
RGB Variations
Color information
#BA46FE (or 0xBA46FE) is known color: Medium Orchid. HEX triplet: BA, 46 and FE. RGB value is (186,70,254). Sum of RGB (Red+Green+Blue) = 186+70+254=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46FE is #45B901. Grayscale: #7D7D7D. Windows color (decimal): -4569346 or 16664250. OLE color: 16664250.
HSL color Cylindrical-coordinate representation of color #BA46FE: hue angle of 277.83º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA46FE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 70 | 254 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.00 |
| HSL | 277.83º | 0.99% | 0.64% | - |
| HSV(B) | 277.83º | 0.72% | 1% | - |
| XYZ | 40.33 | 21.98 | 95.88 | - |
| YUV | 125.66 | 200.43 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 254 | 0.27 | 0.72 | 0 | 0.00 | 277.83 | 0.99 | 0.64 |
| Hex | BA | 46 | FE | 1B | 48 | 0 | 0 | 116 | 63 | 40 |
| Octal | 272 | 106 | 376 | 33 | 110 | 0 | 0 | 426 | 143 | 100 |
| Binary | 10111010 | 1000110 | 11111110 | 11011 | 1001000 | 0 | 0 | 100010110 | 1100011 | 1000000 |
Color Harmonies of #BA46FE
Complementary color
Monochromatic Colors of #BA46FE
Black with #BA46FE
Text Example
Text Example
White with #BA46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46FE; }
p { color: rgb(186,70,254); }
H1.HeaderClassName
{
color: #BA46FE;
}
.AnyTagClassName
{
color: #BA46FE;
}
</style>
background-color css
<style>
a { background-color: #BA46FE; }
a { background-color: rgb(186,70,254); }
div.DivClassName
{
background-color: #BA46FE;
}
.BgClassName
{
background-color: #BA46FE;
}
</style>
border-color css
<style>
span { border-color: #BA46FE; }
span { border-color: rgb(186,70,254); }
td.TdClassName
{
border-color: #BA46FE;
}
.TagClassName
{
border-color: #BA46FE;
}
</style>