Shades of Medium Orchid #BA47FD
Tints of Medium Orchid #BA47FD
RGB
CMYK
RGB Variations
Color information
#BA47FD (or 0xBA47FD) is known color: Medium Orchid. HEX triplet: BA, 47 and FD. RGB value is (186,71,253). Sum of RGB (Red+Green+Blue) = 186+71+253=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA47FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47FD is #45B802. Grayscale: #7D7D7D. Windows color (decimal): -4569091 or 16598970. OLE color: 16598970.
HSL color Cylindrical-coordinate representation of color #BA47FD: hue angle of 277.91º 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 #BA47FD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 71 | 253 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.01 |
| HSL | 277.91º | 0.98% | 0.64% | - |
| HSV(B) | 277.91º | 0.72% | 0.99% | - |
| XYZ | 40.23 | 22.04 | 95.06 | - |
| YUV | 126.13 | 199.6 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 253 | 0.26 | 0.72 | 0 | 0.01 | 277.91 | 0.98 | 0.64 |
| Hex | BA | 47 | FD | 1A | 48 | 0 | 1 | 116 | 62 | 40 |
| Octal | 272 | 107 | 375 | 32 | 110 | 0 | 1 | 426 | 142 | 100 |
| Binary | 10111010 | 1000111 | 11111101 | 11010 | 1001000 | 0 | 1 | 100010110 | 1100010 | 1000000 |
Color Harmonies of #BA47FD
Complementary color
Monochromatic Colors of #BA47FD
Black with #BA47FD
Text Example
Text Example
White with #BA47FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47FD; }
p { color: rgb(186,71,253); }
H1.HeaderClassName
{
color: #BA47FD;
}
.AnyTagClassName
{
color: #BA47FD;
}
</style>
background-color css
<style>
a { background-color: #BA47FD; }
a { background-color: rgb(186,71,253); }
div.DivClassName
{
background-color: #BA47FD;
}
.BgClassName
{
background-color: #BA47FD;
}
</style>
border-color css
<style>
span { border-color: #BA47FD; }
span { border-color: rgb(186,71,253); }
td.TdClassName
{
border-color: #BA47FD;
}
.TagClassName
{
border-color: #BA47FD;
}
</style>