Shades of Medium Orchid #BA39F0
Tints of Medium Orchid #BA39F0
RGB
CMYK
RGB Variations
Color information
#BA39F0 (or 0xBA39F0) is known color: Medium Orchid. HEX triplet: BA, 39 and F0. RGB value is (186,57,240). Sum of RGB (Red+Green+Blue) = 186+57+240=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 57 (22.66% from 255 or 11.80% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA39F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39F0 is #45C60F. Grayscale: #737373. Windows color (decimal): -4572688 or 15743418. OLE color: 15743418.
HSL color Cylindrical-coordinate representation of color #BA39F0: hue angle of 282.3º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA39F0 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 57 | 240 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.06 |
| HSL | 282.3º | 0.86% | 0.58% | - |
| HSV(B) | 282.3º | 0.76% | 0.94% | - |
| XYZ | 37.44 | 19.66 | 84.26 | - |
| YUV | 116.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 240 | 0.22 | 0.76 | 0 | 0.06 | 282.3 | 0.86 | 0.58 |
| Hex | BA | 39 | F0 | 16 | 4C | 0 | 6 | 11A | 56 | 3A |
| Octal | 272 | 71 | 360 | 26 | 114 | 0 | 6 | 432 | 126 | 72 |
| Binary | 10111010 | 111001 | 11110000 | 10110 | 1001100 | 0 | 110 | 100011010 | 1010110 | 111010 |
Color Harmonies of #BA39F0
Complementary color
Monochromatic Colors of #BA39F0
Black with #BA39F0
Text Example
Text Example
White with #BA39F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39F0; }
p { color: rgb(186,57,240); }
H1.HeaderClassName
{
color: #BA39F0;
}
.AnyTagClassName
{
color: #BA39F0;
}
</style>
background-color css
<style>
a { background-color: #BA39F0; }
a { background-color: rgb(186,57,240); }
div.DivClassName
{
background-color: #BA39F0;
}
.BgClassName
{
background-color: #BA39F0;
}
</style>
border-color css
<style>
span { border-color: #BA39F0; }
span { border-color: rgb(186,57,240); }
td.TdClassName
{
border-color: #BA39F0;
}
.TagClassName
{
border-color: #BA39F0;
}
</style>