Shades of Medium Orchid #BA34EF
Tints of Medium Orchid #BA34EF
RGB
CMYK
RGB Variations
Color information
#BA34EF (or 0xBA34EF) is known color: Medium Orchid. HEX triplet: BA, 34 and EF. RGB value is (186,52,239). Sum of RGB (Red+Green+Blue) = 186+52+239=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34EF is #45CB10. Grayscale: #707070. Windows color (decimal): -4573969 or 15676602. OLE color: 15676602.
HSL color Cylindrical-coordinate representation of color #BA34EF: hue angle of 282.99º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA34EF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 52 | 239 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.06 |
| HSL | 282.99º | 0.85% | 0.57% | - |
| HSV(B) | 282.99º | 0.78% | 0.94% | - |
| XYZ | 37.06 | 19.13 | 83.4 | - |
| YUV | 113.38 | 198.89 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 239 | 0.22 | 0.78 | 0 | 0.06 | 282.99 | 0.85 | 0.57 |
| Hex | BA | 34 | EF | 16 | 4E | 0 | 6 | 11B | 55 | 39 |
| Octal | 272 | 64 | 357 | 26 | 116 | 0 | 6 | 433 | 125 | 71 |
| Binary | 10111010 | 110100 | 11101111 | 10110 | 1001110 | 0 | 110 | 100011011 | 1010101 | 111001 |
Color Harmonies of #BA34EF
Complementary color
Monochromatic Colors of #BA34EF
Black with #BA34EF
Text Example
Text Example
White with #BA34EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34EF; }
p { color: rgb(186,52,239); }
H1.HeaderClassName
{
color: #BA34EF;
}
.AnyTagClassName
{
color: #BA34EF;
}
</style>
background-color css
<style>
a { background-color: #BA34EF; }
a { background-color: rgb(186,52,239); }
div.DivClassName
{
background-color: #BA34EF;
}
.BgClassName
{
background-color: #BA34EF;
}
</style>
border-color css
<style>
span { border-color: #BA34EF; }
span { border-color: rgb(186,52,239); }
td.TdClassName
{
border-color: #BA34EF;
}
.TagClassName
{
border-color: #BA34EF;
}
</style>