Shades of Medium Orchid #BA34DE
Tints of Medium Orchid #BA34DE
RGB
CMYK
RGB Variations
Color information
#BA34DE (or 0xBA34DE) is known color: Medium Orchid. HEX triplet: BA, 34 and DE. RGB value is (186,52,222). Sum of RGB (Red+Green+Blue) = 186+52+222=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA34DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34DE is #45CB21. Grayscale: #6E6E6E. Windows color (decimal): -4573986 or 14562490. OLE color: 14562490.
HSL color Cylindrical-coordinate representation of color #BA34DE: hue angle of 287.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA34DE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 52 | 222 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.13 |
| HSL | 287.29º | 0.72% | 0.54% | - |
| HSV(B) | 287.29º | 0.77% | 0.87% | - |
| XYZ | 34.66 | 18.17 | 70.79 | - |
| YUV | 111.45 | 190.39 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 222 | 0.16 | 0.77 | 0 | 0.13 | 287.29 | 0.72 | 0.54 |
| Hex | BA | 34 | DE | 10 | 4D | 0 | D | 11F | 48 | 36 |
| Octal | 272 | 64 | 336 | 20 | 115 | 0 | 15 | 437 | 110 | 66 |
| Binary | 10111010 | 110100 | 11011110 | 10000 | 1001101 | 0 | 1101 | 100011111 | 1001000 | 110110 |
Color Harmonies of #BA34DE
Complementary color
Monochromatic Colors of #BA34DE
Black with #BA34DE
Text Example
Text Example
White with #BA34DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34DE; }
p { color: rgb(186,52,222); }
H1.HeaderClassName
{
color: #BA34DE;
}
.AnyTagClassName
{
color: #BA34DE;
}
</style>
background-color css
<style>
a { background-color: #BA34DE; }
a { background-color: rgb(186,52,222); }
div.DivClassName
{
background-color: #BA34DE;
}
.BgClassName
{
background-color: #BA34DE;
}
</style>
border-color css
<style>
span { border-color: #BA34DE; }
span { border-color: rgb(186,52,222); }
td.TdClassName
{
border-color: #BA34DE;
}
.TagClassName
{
border-color: #BA34DE;
}
</style>