Shades of Medium Orchid #BA48FD
Tints of Medium Orchid #BA48FD
RGB
CMYK
RGB Variations
Color information
#BA48FD (or 0xBA48FD) is known color: Medium Orchid. HEX triplet: BA, 48 and FD. RGB value is (186,72,253). Sum of RGB (Red+Green+Blue) = 186+72+253=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA48FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA48FD is #45B702. Grayscale: #7E7E7E. Windows color (decimal): -4568835 or 16599226. OLE color: 16599226.
HSL color Cylindrical-coordinate representation of color #BA48FD: hue angle of 277.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA48FD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 72 | 253 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.01 |
| HSL | 277.79º | 0.98% | 0.64% | - |
| HSV(B) | 277.79º | 0.72% | 0.99% | - |
| XYZ | 40.3 | 22.17 | 95.08 | - |
| YUV | 126.72 | 199.27 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 253 | 0.26 | 0.72 | 0 | 0.01 | 277.79 | 0.98 | 0.64 |
| Hex | BA | 48 | FD | 1A | 48 | 0 | 1 | 116 | 62 | 40 |
| Octal | 272 | 110 | 375 | 32 | 110 | 0 | 1 | 426 | 142 | 100 |
| Binary | 10111010 | 1001000 | 11111101 | 11010 | 1001000 | 0 | 1 | 100010110 | 1100010 | 1000000 |
Color Harmonies of #BA48FD
Complementary color
Monochromatic Colors of #BA48FD
Black with #BA48FD
Text Example
Text Example
White with #BA48FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA48FD; }
p { color: rgb(186,72,253); }
H1.HeaderClassName
{
color: #BA48FD;
}
.AnyTagClassName
{
color: #BA48FD;
}
</style>
background-color css
<style>
a { background-color: #BA48FD; }
a { background-color: rgb(186,72,253); }
div.DivClassName
{
background-color: #BA48FD;
}
.BgClassName
{
background-color: #BA48FD;
}
</style>
border-color css
<style>
span { border-color: #BA48FD; }
span { border-color: rgb(186,72,253); }
td.TdClassName
{
border-color: #BA48FD;
}
.TagClassName
{
border-color: #BA48FD;
}
</style>