Shades of Medium Orchid #BA39F3
Tints of Medium Orchid #BA39F3
RGB
CMYK
RGB Variations
Color information
#BA39F3 (or 0xBA39F3) is known color: Medium Orchid. HEX triplet: BA, 39 and F3. RGB value is (186,57,243). Sum of RGB (Red+Green+Blue) = 186+57+243=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA39F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39F3 is #45C60C. Grayscale: #747474. Windows color (decimal): -4572685 or 15940026. OLE color: 15940026.
HSL color Cylindrical-coordinate representation of color #BA39F3: hue angle of 281.61º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA39F3 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 57 | 243 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.05 |
| HSL | 281.61º | 0.89% | 0.59% | - |
| HSV(B) | 281.61º | 0.77% | 0.95% | - |
| XYZ | 37.89 | 19.84 | 86.63 | - |
| YUV | 116.78 | 199.24 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 243 | 0.23 | 0.77 | 0 | 0.05 | 281.61 | 0.89 | 0.59 |
| Hex | BA | 39 | F3 | 17 | 4D | 0 | 5 | 11A | 59 | 3B |
| Octal | 272 | 71 | 363 | 27 | 115 | 0 | 5 | 432 | 131 | 73 |
| Binary | 10111010 | 111001 | 11110011 | 10111 | 1001101 | 0 | 101 | 100011010 | 1011001 | 111011 |
Color Harmonies of #BA39F3
Complementary color
Monochromatic Colors of #BA39F3
Black with #BA39F3
Text Example
Text Example
White with #BA39F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39F3; }
p { color: rgb(186,57,243); }
H1.HeaderClassName
{
color: #BA39F3;
}
.AnyTagClassName
{
color: #BA39F3;
}
</style>
background-color css
<style>
a { background-color: #BA39F3; }
a { background-color: rgb(186,57,243); }
div.DivClassName
{
background-color: #BA39F3;
}
.BgClassName
{
background-color: #BA39F3;
}
</style>
border-color css
<style>
span { border-color: #BA39F3; }
span { border-color: rgb(186,57,243); }
td.TdClassName
{
border-color: #BA39F3;
}
.TagClassName
{
border-color: #BA39F3;
}
</style>