Shades of Medium Orchid #BA57F3
Tints of Medium Orchid #BA57F3
RGB
CMYK
RGB Variations
Color information
#BA57F3 (or 0xBA57F3) is known color: Medium Orchid. HEX triplet: BA, 57 and F3. RGB value is (186,87,243). Sum of RGB (Red+Green+Blue) = 186+87+243=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA57F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57F3 is #45A80C. Grayscale: #858585. Windows color (decimal): -4565005 or 15947706. OLE color: 15947706.
HSL color Cylindrical-coordinate representation of color #BA57F3: hue angle of 278.08º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA57F3 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 87 | 243 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.05 |
| HSL | 278.08º | 0.87% | 0.65% | - |
| HSV(B) | 278.08º | 0.64% | 0.95% | - |
| XYZ | 39.84 | 23.73 | 87.27 | - |
| YUV | 134.39 | 189.3 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 243 | 0.23 | 0.64 | 0 | 0.05 | 278.08 | 0.87 | 0.65 |
| Hex | BA | 57 | F3 | 17 | 40 | 0 | 5 | 116 | 57 | 41 |
| Octal | 272 | 127 | 363 | 27 | 100 | 0 | 5 | 426 | 127 | 101 |
| Binary | 10111010 | 1010111 | 11110011 | 10111 | 1000000 | 0 | 101 | 100010110 | 1010111 | 1000001 |
Color Harmonies of #BA57F3
Complementary color
Monochromatic Colors of #BA57F3
Black with #BA57F3
Text Example
Text Example
White with #BA57F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57F3; }
p { color: rgb(186,87,243); }
H1.HeaderClassName
{
color: #BA57F3;
}
.AnyTagClassName
{
color: #BA57F3;
}
</style>
background-color css
<style>
a { background-color: #BA57F3; }
a { background-color: rgb(186,87,243); }
div.DivClassName
{
background-color: #BA57F3;
}
.BgClassName
{
background-color: #BA57F3;
}
</style>
border-color css
<style>
span { border-color: #BA57F3; }
span { border-color: rgb(186,87,243); }
td.TdClassName
{
border-color: #BA57F3;
}
.TagClassName
{
border-color: #BA57F3;
}
</style>