Shades of Medium Orchid #BA48FE
Tints of Medium Orchid #BA48FE
RGB
CMYK
RGB Variations
Color information
#BA48FE (or 0xBA48FE) is known color: Medium Orchid. HEX triplet: BA, 48 and FE. RGB value is (186,72,254). Sum of RGB (Red+Green+Blue) = 186+72+254=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48FE is #45B701. Grayscale: #7E7E7E. Windows color (decimal): -4568834 or 16664762. OLE color: 16664762.
HSL color Cylindrical-coordinate representation of color #BA48FE: hue angle of 277.58º 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 #BA48FE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 72 | 254 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.00 |
| HSL | 277.58º | 0.99% | 0.64% | - |
| HSV(B) | 277.58º | 0.72% | 1% | - |
| XYZ | 40.46 | 22.23 | 95.92 | - |
| YUV | 126.83 | 199.77 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 254 | 0.27 | 0.72 | 0 | 0.00 | 277.58 | 0.99 | 0.64 |
| Hex | BA | 48 | FE | 1B | 48 | 0 | 0 | 116 | 63 | 40 |
| Octal | 272 | 110 | 376 | 33 | 110 | 0 | 0 | 426 | 143 | 100 |
| Binary | 10111010 | 1001000 | 11111110 | 11011 | 1001000 | 0 | 0 | 100010110 | 1100011 | 1000000 |
Color Harmonies of #BA48FE
Complementary color
Monochromatic Colors of #BA48FE
Black with #BA48FE
Text Example
Text Example
White with #BA48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48FE; }
p { color: rgb(186,72,254); }
H1.HeaderClassName
{
color: #BA48FE;
}
.AnyTagClassName
{
color: #BA48FE;
}
</style>
background-color css
<style>
a { background-color: #BA48FE; }
a { background-color: rgb(186,72,254); }
div.DivClassName
{
background-color: #BA48FE;
}
.BgClassName
{
background-color: #BA48FE;
}
</style>
border-color css
<style>
span { border-color: #BA48FE; }
span { border-color: rgb(186,72,254); }
td.TdClassName
{
border-color: #BA48FE;
}
.TagClassName
{
border-color: #BA48FE;
}
</style>