Shades of Medium Orchid #BA3EE5
Tints of Medium Orchid #BA3EE5
RGB
CMYK
RGB Variations
Color information
#BA3EE5 (or 0xBA3EE5) is known color: Medium Orchid. HEX triplet: BA, 3E and E5. RGB value is (186,62,229). Sum of RGB (Red+Green+Blue) = 186+62+229=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA3EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EE5 is #45C11A. Grayscale: #757575. Windows color (decimal): -4571419 or 15023802. OLE color: 15023802.
HSL color Cylindrical-coordinate representation of color #BA3EE5: hue angle of 284.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3EE5 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 62 | 229 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.10 |
| HSL | 284.55º | 0.76% | 0.57% | - |
| HSV(B) | 284.55º | 0.73% | 0.9% | - |
| XYZ | 36.12 | 19.54 | 76 | - |
| YUV | 118.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 229 | 0.19 | 0.73 | 0 | 0.10 | 284.55 | 0.76 | 0.57 |
| Hex | BA | 3E | E5 | 13 | 49 | 0 | A | 11D | 4C | 39 |
| Octal | 272 | 76 | 345 | 23 | 111 | 0 | 12 | 435 | 114 | 71 |
| Binary | 10111010 | 111110 | 11100101 | 10011 | 1001001 | 0 | 1010 | 100011101 | 1001100 | 111001 |
Color Harmonies of #BA3EE5
Complementary color
Monochromatic Colors of #BA3EE5
Black with #BA3EE5
Text Example
Text Example
White with #BA3EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EE5; }
p { color: rgb(186,62,229); }
H1.HeaderClassName
{
color: #BA3EE5;
}
.AnyTagClassName
{
color: #BA3EE5;
}
</style>
background-color css
<style>
a { background-color: #BA3EE5; }
a { background-color: rgb(186,62,229); }
div.DivClassName
{
background-color: #BA3EE5;
}
.BgClassName
{
background-color: #BA3EE5;
}
</style>
border-color css
<style>
span { border-color: #BA3EE5; }
span { border-color: rgb(186,62,229); }
td.TdClassName
{
border-color: #BA3EE5;
}
.TagClassName
{
border-color: #BA3EE5;
}
</style>