Shades of Medium Orchid #BA51FC
Tints of Medium Orchid #BA51FC
RGB
CMYK
RGB Variations
Color information
#BA51FC (or 0xBA51FC) is known color: Medium Orchid. HEX triplet: BA, 51 and FC. RGB value is (186,81,252). Sum of RGB (Red+Green+Blue) = 186+81+252=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA51FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51FC is #45AE03. Grayscale: #838383. Windows color (decimal): -4566532 or 16535994. OLE color: 16535994.
HSL color Cylindrical-coordinate representation of color #BA51FC: hue angle of 276.84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA51FC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 81 | 252 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.01 |
| HSL | 276.84º | 0.97% | 0.65% | - |
| HSV(B) | 276.84º | 0.68% | 0.99% | - |
| XYZ | 40.76 | 23.35 | 94.45 | - |
| YUV | 131.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 252 | 0.26 | 0.68 | 0 | 0.01 | 276.84 | 0.97 | 0.65 |
| Hex | BA | 51 | FC | 1A | 44 | 0 | 1 | 115 | 61 | 41 |
| Octal | 272 | 121 | 374 | 32 | 104 | 0 | 1 | 425 | 141 | 101 |
| Binary | 10111010 | 1010001 | 11111100 | 11010 | 1000100 | 0 | 1 | 100010101 | 1100001 | 1000001 |
Color Harmonies of #BA51FC
Complementary color
Monochromatic Colors of #BA51FC
Black with #BA51FC
Text Example
Text Example
White with #BA51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51FC; }
p { color: rgb(186,81,252); }
H1.HeaderClassName
{
color: #BA51FC;
}
.AnyTagClassName
{
color: #BA51FC;
}
</style>
background-color css
<style>
a { background-color: #BA51FC; }
a { background-color: rgb(186,81,252); }
div.DivClassName
{
background-color: #BA51FC;
}
.BgClassName
{
background-color: #BA51FC;
}
</style>
border-color css
<style>
span { border-color: #BA51FC; }
span { border-color: rgb(186,81,252); }
td.TdClassName
{
border-color: #BA51FC;
}
.TagClassName
{
border-color: #BA51FC;
}
</style>