Shades of Medium Orchid #BA51F4
Tints of Medium Orchid #BA51F4
RGB
CMYK
RGB Variations
Color information
#BA51F4 (or 0xBA51F4) is known color: Medium Orchid. HEX triplet: BA, 51 and F4. RGB value is (186,81,244). Sum of RGB (Red+Green+Blue) = 186+81+244=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA51F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51F4 is #45AE0B. Grayscale: #828282. Windows color (decimal): -4566540 or 16011706. OLE color: 16011706.
HSL color Cylindrical-coordinate representation of color #BA51F4: hue angle of 278.65º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA51F4 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 81 | 244 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.04 |
| HSL | 278.65º | 0.88% | 0.64% | - |
| HSV(B) | 278.65º | 0.67% | 0.96% | - |
| XYZ | 39.52 | 22.86 | 87.92 | - |
| YUV | 130.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 244 | 0.24 | 0.67 | 0 | 0.04 | 278.65 | 0.88 | 0.64 |
| Hex | BA | 51 | F4 | 18 | 43 | 0 | 4 | 117 | 58 | 40 |
| Octal | 272 | 121 | 364 | 30 | 103 | 0 | 4 | 427 | 130 | 100 |
| Binary | 10111010 | 1010001 | 11110100 | 11000 | 1000011 | 0 | 100 | 100010111 | 1011000 | 1000000 |
Color Harmonies of #BA51F4
Complementary color
Monochromatic Colors of #BA51F4
Black with #BA51F4
Text Example
Text Example
White with #BA51F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA51F4; }
p { color: rgb(186,81,244); }
H1.HeaderClassName
{
color: #BA51F4;
}
.AnyTagClassName
{
color: #BA51F4;
}
</style>
background-color css
<style>
a { background-color: #BA51F4; }
a { background-color: rgb(186,81,244); }
div.DivClassName
{
background-color: #BA51F4;
}
.BgClassName
{
background-color: #BA51F4;
}
</style>
border-color css
<style>
span { border-color: #BA51F4; }
span { border-color: rgb(186,81,244); }
td.TdClassName
{
border-color: #BA51F4;
}
.TagClassName
{
border-color: #BA51F4;
}
</style>