Shades of Medium Orchid #BA51F7
Tints of Medium Orchid #BA51F7
RGB
CMYK
RGB Variations
Color information
#BA51F7 (or 0xBA51F7) is known color: Medium Orchid. HEX triplet: BA, 51 and F7. RGB value is (186,81,247). Sum of RGB (Red+Green+Blue) = 186+81+247=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA51F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51F7 is #45AE08. Grayscale: #828282. Windows color (decimal): -4566537 or 16208314. OLE color: 16208314.
HSL color Cylindrical-coordinate representation of color #BA51F7: hue angle of 277.95º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA51F7 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 81 | 247 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.03 |
| HSL | 277.95º | 0.91% | 0.64% | - |
| HSV(B) | 277.95º | 0.67% | 0.97% | - |
| XYZ | 39.98 | 23.04 | 90.34 | - |
| YUV | 131.32 | 193.29 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 247 | 0.25 | 0.67 | 0 | 0.03 | 277.95 | 0.91 | 0.64 |
| Hex | BA | 51 | F7 | 19 | 43 | 0 | 3 | 116 | 5B | 40 |
| Octal | 272 | 121 | 367 | 31 | 103 | 0 | 3 | 426 | 133 | 100 |
| Binary | 10111010 | 1010001 | 11110111 | 11001 | 1000011 | 0 | 11 | 100010110 | 1011011 | 1000000 |
Color Harmonies of #BA51F7
Complementary color
Monochromatic Colors of #BA51F7
Black with #BA51F7
Text Example
Text Example
White with #BA51F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51F7; }
p { color: rgb(186,81,247); }
H1.HeaderClassName
{
color: #BA51F7;
}
.AnyTagClassName
{
color: #BA51F7;
}
</style>
background-color css
<style>
a { background-color: #BA51F7; }
a { background-color: rgb(186,81,247); }
div.DivClassName
{
background-color: #BA51F7;
}
.BgClassName
{
background-color: #BA51F7;
}
</style>
border-color css
<style>
span { border-color: #BA51F7; }
span { border-color: rgb(186,81,247); }
td.TdClassName
{
border-color: #BA51F7;
}
.TagClassName
{
border-color: #BA51F7;
}
</style>