Shades of Medium Orchid #BA34CE
Tints of Medium Orchid #BA34CE
RGB
CMYK
RGB Variations
Color information
#BA34CE (or 0xBA34CE) is known color: Medium Orchid. HEX triplet: BA, 34 and CE. RGB value is (186,52,206). Sum of RGB (Red+Green+Blue) = 186+52+206=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34CE is #45CB31. Grayscale: #6D6D6D. Windows color (decimal): -4574002 or 13513914. OLE color: 13513914.
HSL color Cylindrical-coordinate representation of color #BA34CE: hue angle of 292.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA34CE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 52 | 206 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.19 |
| HSL | 292.21º | 0.61% | 0.51% | - |
| HSV(B) | 292.21º | 0.75% | 0.81% | - |
| XYZ | 32.62 | 17.35 | 60.02 | - |
| YUV | 109.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 206 | 0.10 | 0.75 | 0 | 0.19 | 292.21 | 0.61 | 0.51 |
| Hex | BA | 34 | CE | A | 4B | 0 | 13 | 124 | 3D | 33 |
| Octal | 272 | 64 | 316 | 12 | 113 | 0 | 23 | 444 | 75 | 63 |
| Binary | 10111010 | 110100 | 11001110 | 1010 | 1001011 | 0 | 10011 | 100100100 | 111101 | 110011 |
Color Harmonies of #BA34CE
Complementary color
Monochromatic Colors of #BA34CE
Black with #BA34CE
Text Example
Text Example
White with #BA34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34CE; }
p { color: rgb(186,52,206); }
H1.HeaderClassName
{
color: #BA34CE;
}
.AnyTagClassName
{
color: #BA34CE;
}
</style>
background-color css
<style>
a { background-color: #BA34CE; }
a { background-color: rgb(186,52,206); }
div.DivClassName
{
background-color: #BA34CE;
}
.BgClassName
{
background-color: #BA34CE;
}
</style>
border-color css
<style>
span { border-color: #BA34CE; }
span { border-color: rgb(186,52,206); }
td.TdClassName
{
border-color: #BA34CE;
}
.TagClassName
{
border-color: #BA34CE;
}
</style>