Shades of Medium Orchid #BA34EE
Tints of Medium Orchid #BA34EE
RGB
CMYK
RGB Variations
Color information
#BA34EE (or 0xBA34EE) is known color: Medium Orchid. HEX triplet: BA, 34 and EE. RGB value is (186,52,238). Sum of RGB (Red+Green+Blue) = 186+52+238=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA34EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34EE is #45CB11. Grayscale: #707070. Windows color (decimal): -4573970 or 15611066. OLE color: 15611066.
HSL color Cylindrical-coordinate representation of color #BA34EE: hue angle of 283.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA34EE is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 52 | 238 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.07 |
| HSL | 283.23º | 0.85% | 0.57% | - |
| HSV(B) | 283.23º | 0.78% | 0.93% | - |
| XYZ | 36.91 | 19.07 | 82.62 | - |
| YUV | 113.27 | 198.39 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 238 | 0.22 | 0.78 | 0 | 0.07 | 283.23 | 0.85 | 0.57 |
| Hex | BA | 34 | EE | 16 | 4E | 0 | 7 | 11B | 55 | 39 |
| Octal | 272 | 64 | 356 | 26 | 116 | 0 | 7 | 433 | 125 | 71 |
| Binary | 10111010 | 110100 | 11101110 | 10110 | 1001110 | 0 | 111 | 100011011 | 1010101 | 111001 |
Color Harmonies of #BA34EE
Complementary color
Monochromatic Colors of #BA34EE
Black with #BA34EE
Text Example
Text Example
White with #BA34EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34EE; }
p { color: rgb(186,52,238); }
H1.HeaderClassName
{
color: #BA34EE;
}
.AnyTagClassName
{
color: #BA34EE;
}
</style>
background-color css
<style>
a { background-color: #BA34EE; }
a { background-color: rgb(186,52,238); }
div.DivClassName
{
background-color: #BA34EE;
}
.BgClassName
{
background-color: #BA34EE;
}
</style>
border-color css
<style>
span { border-color: #BA34EE; }
span { border-color: rgb(186,52,238); }
td.TdClassName
{
border-color: #BA34EE;
}
.TagClassName
{
border-color: #BA34EE;
}
</style>