Shades of Medium Orchid #BA39F2
Tints of Medium Orchid #BA39F2
RGB
CMYK
RGB Variations
Color information
#BA39F2 (or 0xBA39F2) is known color: Medium Orchid. HEX triplet: BA, 39 and F2. RGB value is (186,57,242). Sum of RGB (Red+Green+Blue) = 186+57+242=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA39F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA39F2 is #45C60D. Grayscale: #747474. Windows color (decimal): -4572686 or 15874490. OLE color: 15874490.
HSL color Cylindrical-coordinate representation of color #BA39F2: hue angle of 281.84º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA39F2 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 57 | 242 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.05 |
| HSL | 281.84º | 0.88% | 0.59% | - |
| HSV(B) | 281.84º | 0.76% | 0.95% | - |
| XYZ | 37.74 | 19.78 | 85.83 | - |
| YUV | 116.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 242 | 0.23 | 0.76 | 0 | 0.05 | 281.84 | 0.88 | 0.59 |
| Hex | BA | 39 | F2 | 17 | 4C | 0 | 5 | 11A | 58 | 3B |
| Octal | 272 | 71 | 362 | 27 | 114 | 0 | 5 | 432 | 130 | 73 |
| Binary | 10111010 | 111001 | 11110010 | 10111 | 1001100 | 0 | 101 | 100011010 | 1011000 | 111011 |
Color Harmonies of #BA39F2
Complementary color
Monochromatic Colors of #BA39F2
Black with #BA39F2
Text Example
Text Example
White with #BA39F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA39F2; }
p { color: rgb(186,57,242); }
H1.HeaderClassName
{
color: #BA39F2;
}
.AnyTagClassName
{
color: #BA39F2;
}
</style>
background-color css
<style>
a { background-color: #BA39F2; }
a { background-color: rgb(186,57,242); }
div.DivClassName
{
background-color: #BA39F2;
}
.BgClassName
{
background-color: #BA39F2;
}
</style>
border-color css
<style>
span { border-color: #BA39F2; }
span { border-color: rgb(186,57,242); }
td.TdClassName
{
border-color: #BA39F2;
}
.TagClassName
{
border-color: #BA39F2;
}
</style>