Shades of Medium Orchid #BA57F4
Tints of Medium Orchid #BA57F4
RGB
CMYK
RGB Variations
Color information
#BA57F4 (or 0xBA57F4) is known color: Medium Orchid. HEX triplet: BA, 57 and F4. RGB value is (186,87,244). Sum of RGB (Red+Green+Blue) = 186+87+244=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA57F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57F4 is #45A80B. Grayscale: #858585. Windows color (decimal): -4565004 or 16013242. OLE color: 16013242.
HSL color Cylindrical-coordinate representation of color #BA57F4: hue angle of 277.83º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA57F4 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 87 | 244 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.04 |
| HSL | 277.83º | 0.88% | 0.65% | - |
| HSV(B) | 277.83º | 0.64% | 0.96% | - |
| XYZ | 39.99 | 23.79 | 88.07 | - |
| YUV | 134.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 244 | 0.24 | 0.64 | 0 | 0.04 | 277.83 | 0.88 | 0.65 |
| Hex | BA | 57 | F4 | 18 | 40 | 0 | 4 | 116 | 58 | 41 |
| Octal | 272 | 127 | 364 | 30 | 100 | 0 | 4 | 426 | 130 | 101 |
| Binary | 10111010 | 1010111 | 11110100 | 11000 | 1000000 | 0 | 100 | 100010110 | 1011000 | 1000001 |
Color Harmonies of #BA57F4
Complementary color
Monochromatic Colors of #BA57F4
Black with #BA57F4
Text Example
Text Example
White with #BA57F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57F4; }
p { color: rgb(186,87,244); }
H1.HeaderClassName
{
color: #BA57F4;
}
.AnyTagClassName
{
color: #BA57F4;
}
</style>
background-color css
<style>
a { background-color: #BA57F4; }
a { background-color: rgb(186,87,244); }
div.DivClassName
{
background-color: #BA57F4;
}
.BgClassName
{
background-color: #BA57F4;
}
</style>
border-color css
<style>
span { border-color: #BA57F4; }
span { border-color: rgb(186,87,244); }
td.TdClassName
{
border-color: #BA57F4;
}
.TagClassName
{
border-color: #BA57F4;
}
</style>