Shades of Medium Orchid #BA34D0
Tints of Medium Orchid #BA34D0
RGB
CMYK
RGB Variations
Color information
#BA34D0 (or 0xBA34D0) is known color: Medium Orchid. HEX triplet: BA, 34 and D0. RGB value is (186,52,208). Sum of RGB (Red+Green+Blue) = 186+52+208=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA34D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34D0 is #45CB2F. Grayscale: #6D6D6D. Windows color (decimal): -4574000 or 13644986. OLE color: 13644986.
HSL color Cylindrical-coordinate representation of color #BA34D0: hue angle of 291.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA34D0 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 52 | 208 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.18 |
| HSL | 291.54º | 0.62% | 0.51% | - |
| HSV(B) | 291.54º | 0.75% | 0.82% | - |
| XYZ | 32.86 | 17.45 | 61.31 | - |
| YUV | 109.85 | 183.39 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 208 | 0.11 | 0.75 | 0 | 0.18 | 291.54 | 0.62 | 0.51 |
| Hex | BA | 34 | D0 | B | 4B | 0 | 12 | 124 | 3E | 33 |
| Octal | 272 | 64 | 320 | 13 | 113 | 0 | 22 | 444 | 76 | 63 |
| Binary | 10111010 | 110100 | 11010000 | 1011 | 1001011 | 0 | 10010 | 100100100 | 111110 | 110011 |
Color Harmonies of #BA34D0
Complementary color
Monochromatic Colors of #BA34D0
Black with #BA34D0
Text Example
Text Example
White with #BA34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34D0; }
p { color: rgb(186,52,208); }
H1.HeaderClassName
{
color: #BA34D0;
}
.AnyTagClassName
{
color: #BA34D0;
}
</style>
background-color css
<style>
a { background-color: #BA34D0; }
a { background-color: rgb(186,52,208); }
div.DivClassName
{
background-color: #BA34D0;
}
.BgClassName
{
background-color: #BA34D0;
}
</style>
border-color css
<style>
span { border-color: #BA34D0; }
span { border-color: rgb(186,52,208); }
td.TdClassName
{
border-color: #BA34D0;
}
.TagClassName
{
border-color: #BA34D0;
}
</style>