Shades of Medium Orchid #BA34E5
Tints of Medium Orchid #BA34E5
RGB
CMYK
RGB Variations
Color information
#BA34E5 (or 0xBA34E5) is known color: Medium Orchid. HEX triplet: BA, 34 and E5. RGB value is (186,52,229). Sum of RGB (Red+Green+Blue) = 186+52+229=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34E5 is #45CB1A. Grayscale: #6F6F6F. Windows color (decimal): -4573979 or 15021242. OLE color: 15021242.
HSL color Cylindrical-coordinate representation of color #BA34E5: hue angle of 285.42º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA34E5 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 52 | 229 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.10 |
| HSL | 285.42º | 0.77% | 0.55% | - |
| HSV(B) | 285.42º | 0.77% | 0.9% | - |
| XYZ | 35.62 | 18.55 | 75.83 | - |
| YUV | 112.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 229 | 0.19 | 0.77 | 0 | 0.10 | 285.42 | 0.77 | 0.55 |
| Hex | BA | 34 | E5 | 13 | 4D | 0 | A | 11D | 4D | 37 |
| Octal | 272 | 64 | 345 | 23 | 115 | 0 | 12 | 435 | 115 | 67 |
| Binary | 10111010 | 110100 | 11100101 | 10011 | 1001101 | 0 | 1010 | 100011101 | 1001101 | 110111 |
Color Harmonies of #BA34E5
Complementary color
Monochromatic Colors of #BA34E5
Black with #BA34E5
Text Example
Text Example
White with #BA34E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34E5; }
p { color: rgb(186,52,229); }
H1.HeaderClassName
{
color: #BA34E5;
}
.AnyTagClassName
{
color: #BA34E5;
}
</style>
background-color css
<style>
a { background-color: #BA34E5; }
a { background-color: rgb(186,52,229); }
div.DivClassName
{
background-color: #BA34E5;
}
.BgClassName
{
background-color: #BA34E5;
}
</style>
border-color css
<style>
span { border-color: #BA34E5; }
span { border-color: rgb(186,52,229); }
td.TdClassName
{
border-color: #BA34E5;
}
.TagClassName
{
border-color: #BA34E5;
}
</style>