Shades of Medium Orchid #BA4DFE
Tints of Medium Orchid #BA4DFE
RGB
CMYK
RGB Variations
Color information
#BA4DFE (or 0xBA4DFE) is known color: Medium Orchid. HEX triplet: BA, 4D and FE. RGB value is (186,77,254). Sum of RGB (Red+Green+Blue) = 186+77+254=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DFE is #45B201. Grayscale: #818181. Windows color (decimal): -4567554 or 16666042. OLE color: 16666042.
HSL color Cylindrical-coordinate representation of color #BA4DFE: hue angle of 276.95º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4DFE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 77 | 254 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.00 |
| HSL | 276.95º | 0.99% | 0.65% | - |
| HSV(B) | 276.95º | 0.7% | 1% | - |
| XYZ | 40.79 | 22.9 | 96.04 | - |
| YUV | 129.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 254 | 0.27 | 0.70 | 0 | 0.00 | 276.95 | 0.99 | 0.65 |
| Hex | BA | 4D | FE | 1B | 46 | 0 | 0 | 115 | 63 | 41 |
| Octal | 272 | 115 | 376 | 33 | 106 | 0 | 0 | 425 | 143 | 101 |
| Binary | 10111010 | 1001101 | 11111110 | 11011 | 1000110 | 0 | 0 | 100010101 | 1100011 | 1000001 |
Color Harmonies of #BA4DFE
Complementary color
Monochromatic Colors of #BA4DFE
Black with #BA4DFE
Text Example
Text Example
White with #BA4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DFE; }
p { color: rgb(186,77,254); }
H1.HeaderClassName
{
color: #BA4DFE;
}
.AnyTagClassName
{
color: #BA4DFE;
}
</style>
background-color css
<style>
a { background-color: #BA4DFE; }
a { background-color: rgb(186,77,254); }
div.DivClassName
{
background-color: #BA4DFE;
}
.BgClassName
{
background-color: #BA4DFE;
}
</style>
border-color css
<style>
span { border-color: #BA4DFE; }
span { border-color: rgb(186,77,254); }
td.TdClassName
{
border-color: #BA4DFE;
}
.TagClassName
{
border-color: #BA4DFE;
}
</style>