Shades of Medium Orchid #BA47FC
Tints of Medium Orchid #BA47FC
RGB
CMYK
RGB Variations
Color information
#BA47FC (or 0xBA47FC) is known color: Medium Orchid. HEX triplet: BA, 47 and FC. RGB value is (186,71,252). Sum of RGB (Red+Green+Blue) = 186+71+252=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47FC is #45B803. Grayscale: #7D7D7D. Windows color (decimal): -4569092 or 16533434. OLE color: 16533434.
HSL color Cylindrical-coordinate representation of color #BA47FC: hue angle of 278.12º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA47FC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 71 | 252 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.01 |
| HSL | 278.12º | 0.97% | 0.63% | - |
| HSV(B) | 278.12º | 0.72% | 0.99% | - |
| XYZ | 40.07 | 21.97 | 94.22 | - |
| YUV | 126.02 | 199.1 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 252 | 0.26 | 0.72 | 0 | 0.01 | 278.12 | 0.97 | 0.63 |
| Hex | BA | 47 | FC | 1A | 48 | 0 | 1 | 116 | 61 | 3F |
| Octal | 272 | 107 | 374 | 32 | 110 | 0 | 1 | 426 | 141 | 77 |
| Binary | 10111010 | 1000111 | 11111100 | 11010 | 1001000 | 0 | 1 | 100010110 | 1100001 | 111111 |
Color Harmonies of #BA47FC
Complementary color
Monochromatic Colors of #BA47FC
Black with #BA47FC
Text Example
Text Example
White with #BA47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47FC; }
p { color: rgb(186,71,252); }
H1.HeaderClassName
{
color: #BA47FC;
}
.AnyTagClassName
{
color: #BA47FC;
}
</style>
background-color css
<style>
a { background-color: #BA47FC; }
a { background-color: rgb(186,71,252); }
div.DivClassName
{
background-color: #BA47FC;
}
.BgClassName
{
background-color: #BA47FC;
}
</style>
border-color css
<style>
span { border-color: #BA47FC; }
span { border-color: rgb(186,71,252); }
td.TdClassName
{
border-color: #BA47FC;
}
.TagClassName
{
border-color: #BA47FC;
}
</style>