Shades of Medium Orchid #BA34DC
Tints of Medium Orchid #BA34DC
RGB
CMYK
RGB Variations
Color information
#BA34DC (or 0xBA34DC) is known color: Medium Orchid. HEX triplet: BA, 34 and DC. RGB value is (186,52,220). Sum of RGB (Red+Green+Blue) = 186+52+220=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34DC is #45CB23. Grayscale: #6E6E6E. Windows color (decimal): -4573988 or 14431418. OLE color: 14431418.
HSL color Cylindrical-coordinate representation of color #BA34DC: hue angle of 287.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA34DC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 52 | 220 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.14 |
| HSL | 287.86º | 0.71% | 0.53% | - |
| HSV(B) | 287.86º | 0.76% | 0.86% | - |
| XYZ | 34.4 | 18.06 | 69.38 | - |
| YUV | 111.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 220 | 0.15 | 0.76 | 0 | 0.14 | 287.86 | 0.71 | 0.53 |
| Hex | BA | 34 | DC | F | 4C | 0 | E | 120 | 47 | 35 |
| Octal | 272 | 64 | 334 | 17 | 114 | 0 | 16 | 440 | 107 | 65 |
| Binary | 10111010 | 110100 | 11011100 | 1111 | 1001100 | 0 | 1110 | 100100000 | 1000111 | 110101 |
Color Harmonies of #BA34DC
Complementary color
Monochromatic Colors of #BA34DC
Black with #BA34DC
Text Example
Text Example
White with #BA34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34DC; }
p { color: rgb(186,52,220); }
H1.HeaderClassName
{
color: #BA34DC;
}
.AnyTagClassName
{
color: #BA34DC;
}
</style>
background-color css
<style>
a { background-color: #BA34DC; }
a { background-color: rgb(186,52,220); }
div.DivClassName
{
background-color: #BA34DC;
}
.BgClassName
{
background-color: #BA34DC;
}
</style>
border-color css
<style>
span { border-color: #BA34DC; }
span { border-color: rgb(186,52,220); }
td.TdClassName
{
border-color: #BA34DC;
}
.TagClassName
{
border-color: #BA34DC;
}
</style>