Shades of Medium Orchid #BA39FA
Tints of Medium Orchid #BA39FA
RGB
CMYK
RGB Variations
Color information
#BA39FA (or 0xBA39FA) is known color: Medium Orchid. HEX triplet: BA, 39 and FA. RGB value is (186,57,250). Sum of RGB (Red+Green+Blue) = 186+57+250=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA39FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39FA is #45C605. Grayscale: #747474. Windows color (decimal): -4572678 or 16398778. OLE color: 16398778.
HSL color Cylindrical-coordinate representation of color #BA39FA: hue angle of 280.1º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA39FA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 57 | 250 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.02 |
| HSL | 280.1º | 0.95% | 0.6% | - |
| HSV(B) | 280.1º | 0.77% | 0.98% | - |
| XYZ | 38.97 | 20.27 | 92.3 | - |
| YUV | 117.57 | 202.74 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 250 | 0.26 | 0.77 | 0 | 0.02 | 280.1 | 0.95 | 0.6 |
| Hex | BA | 39 | FA | 1A | 4D | 0 | 2 | 118 | 5F | 3C |
| Octal | 272 | 71 | 372 | 32 | 115 | 0 | 2 | 430 | 137 | 74 |
| Binary | 10111010 | 111001 | 11111010 | 11010 | 1001101 | 0 | 10 | 100011000 | 1011111 | 111100 |
Color Harmonies of #BA39FA
Complementary color
Monochromatic Colors of #BA39FA
Black with #BA39FA
Text Example
Text Example
White with #BA39FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39FA; }
p { color: rgb(186,57,250); }
H1.HeaderClassName
{
color: #BA39FA;
}
.AnyTagClassName
{
color: #BA39FA;
}
</style>
background-color css
<style>
a { background-color: #BA39FA; }
a { background-color: rgb(186,57,250); }
div.DivClassName
{
background-color: #BA39FA;
}
.BgClassName
{
background-color: #BA39FA;
}
</style>
border-color css
<style>
span { border-color: #BA39FA; }
span { border-color: rgb(186,57,250); }
td.TdClassName
{
border-color: #BA39FA;
}
.TagClassName
{
border-color: #BA39FA;
}
</style>