Shades of Medium Orchid #BA3EF0
Tints of Medium Orchid #BA3EF0
RGB
CMYK
RGB Variations
Color information
#BA3EF0 (or 0xBA3EF0) is known color: Medium Orchid. HEX triplet: BA, 3E and F0. RGB value is (186,62,240). Sum of RGB (Red+Green+Blue) = 186+62+240=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA3EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EF0 is #45C10F. Grayscale: #767676. Windows color (decimal): -4571408 or 15744698. OLE color: 15744698.
HSL color Cylindrical-coordinate representation of color #BA3EF0: hue angle of 281.8º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3EF0 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 62 | 240 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.06 |
| HSL | 281.8º | 0.86% | 0.59% | - |
| HSV(B) | 281.8º | 0.74% | 0.94% | - |
| XYZ | 37.7 | 20.18 | 84.35 | - |
| YUV | 119.37 | 196.08 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 240 | 0.22 | 0.74 | 0 | 0.06 | 281.8 | 0.86 | 0.59 |
| Hex | BA | 3E | F0 | 16 | 4A | 0 | 6 | 11A | 56 | 3B |
| Octal | 272 | 76 | 360 | 26 | 112 | 0 | 6 | 432 | 126 | 73 |
| Binary | 10111010 | 111110 | 11110000 | 10110 | 1001010 | 0 | 110 | 100011010 | 1010110 | 111011 |
Color Harmonies of #BA3EF0
Complementary color
Monochromatic Colors of #BA3EF0
Black with #BA3EF0
Text Example
Text Example
White with #BA3EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EF0; }
p { color: rgb(186,62,240); }
H1.HeaderClassName
{
color: #BA3EF0;
}
.AnyTagClassName
{
color: #BA3EF0;
}
</style>
background-color css
<style>
a { background-color: #BA3EF0; }
a { background-color: rgb(186,62,240); }
div.DivClassName
{
background-color: #BA3EF0;
}
.BgClassName
{
background-color: #BA3EF0;
}
</style>
border-color css
<style>
span { border-color: #BA3EF0; }
span { border-color: rgb(186,62,240); }
td.TdClassName
{
border-color: #BA3EF0;
}
.TagClassName
{
border-color: #BA3EF0;
}
</style>