Shades of Medium Orchid #BA39FB
Tints of Medium Orchid #BA39FB
RGB
CMYK
RGB Variations
Color information
#BA39FB (or 0xBA39FB) is known color: Medium Orchid. HEX triplet: BA, 39 and FB. RGB value is (186,57,251). Sum of RGB (Red+Green+Blue) = 186+57+251=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 57 (22.66% from 255 or 11.54% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA39FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39FB is #45C604. Grayscale: #757575. Windows color (decimal): -4572677 or 16464314. OLE color: 16464314.
HSL color Cylindrical-coordinate representation of color #BA39FB: hue angle of 279.9º degrees, saturation: 0.96, 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 #BA39FB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 57 | 251 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.02 |
| HSL | 279.9º | 0.96% | 0.6% | - |
| HSV(B) | 279.9º | 0.77% | 0.98% | - |
| XYZ | 39.13 | 20.33 | 93.13 | - |
| YUV | 117.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 251 | 0.26 | 0.77 | 0 | 0.02 | 279.9 | 0.96 | 0.6 |
| Hex | BA | 39 | FB | 1A | 4D | 0 | 2 | 118 | 60 | 3C |
| Octal | 272 | 71 | 373 | 32 | 115 | 0 | 2 | 430 | 140 | 74 |
| Binary | 10111010 | 111001 | 11111011 | 11010 | 1001101 | 0 | 10 | 100011000 | 1100000 | 111100 |
Color Harmonies of #BA39FB
Complementary color
Monochromatic Colors of #BA39FB
Black with #BA39FB
Text Example
Text Example
White with #BA39FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39FB; }
p { color: rgb(186,57,251); }
H1.HeaderClassName
{
color: #BA39FB;
}
.AnyTagClassName
{
color: #BA39FB;
}
</style>
background-color css
<style>
a { background-color: #BA39FB; }
a { background-color: rgb(186,57,251); }
div.DivClassName
{
background-color: #BA39FB;
}
.BgClassName
{
background-color: #BA39FB;
}
</style>
border-color css
<style>
span { border-color: #BA39FB; }
span { border-color: rgb(186,57,251); }
td.TdClassName
{
border-color: #BA39FB;
}
.TagClassName
{
border-color: #BA39FB;
}
</style>