Shades of Medium Orchid #BA57F0
Tints of Medium Orchid #BA57F0
RGB
CMYK
RGB Variations
Color information
#BA57F0 (or 0xBA57F0) is known color: Medium Orchid. HEX triplet: BA, 57 and F0. RGB value is (186,87,240). Sum of RGB (Red+Green+Blue) = 186+87+240=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA57F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57F0 is #45A80F. Grayscale: #858585. Windows color (decimal): -4565008 or 15751098. OLE color: 15751098.
HSL color Cylindrical-coordinate representation of color #BA57F0: hue angle of 278.82º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA57F0 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 87 | 240 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.06 |
| HSL | 278.82º | 0.84% | 0.64% | - |
| HSV(B) | 278.82º | 0.64% | 0.94% | - |
| XYZ | 39.39 | 23.55 | 84.91 | - |
| YUV | 134.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 240 | 0.22 | 0.64 | 0 | 0.06 | 278.82 | 0.84 | 0.64 |
| Hex | BA | 57 | F0 | 16 | 40 | 0 | 6 | 117 | 54 | 40 |
| Octal | 272 | 127 | 360 | 26 | 100 | 0 | 6 | 427 | 124 | 100 |
| Binary | 10111010 | 1010111 | 11110000 | 10110 | 1000000 | 0 | 110 | 100010111 | 1010100 | 1000000 |
Color Harmonies of #BA57F0
Complementary color
Monochromatic Colors of #BA57F0
Black with #BA57F0
Text Example
Text Example
White with #BA57F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57F0; }
p { color: rgb(186,87,240); }
H1.HeaderClassName
{
color: #BA57F0;
}
.AnyTagClassName
{
color: #BA57F0;
}
</style>
background-color css
<style>
a { background-color: #BA57F0; }
a { background-color: rgb(186,87,240); }
div.DivClassName
{
background-color: #BA57F0;
}
.BgClassName
{
background-color: #BA57F0;
}
</style>
border-color css
<style>
span { border-color: #BA57F0; }
span { border-color: rgb(186,87,240); }
td.TdClassName
{
border-color: #BA57F0;
}
.TagClassName
{
border-color: #BA57F0;
}
</style>