Shades of Medium Orchid #BA3DCD
Tints of Medium Orchid #BA3DCD
RGB
CMYK
RGB Variations
Color information
#BA3DCD (or 0xBA3DCD) is known color: Medium Orchid. HEX triplet: BA, 3D and CD. RGB value is (186,61,205). Sum of RGB (Red+Green+Blue) = 186+61+205=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DCD is #45C232. Grayscale: #727272. Windows color (decimal): -4571699 or 13450682. OLE color: 13450682.
HSL color Cylindrical-coordinate representation of color #BA3DCD: hue angle of 292.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3DCD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 61 | 205 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.20 |
| HSL | 292.08º | 0.59% | 0.52% | - |
| HSV(B) | 292.08º | 0.7% | 0.8% | - |
| XYZ | 32.94 | 18.18 | 59.53 | - |
| YUV | 114.79 | 178.91 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 205 | 0.09 | 0.70 | 0 | 0.20 | 292.08 | 0.59 | 0.52 |
| Hex | BA | 3D | CD | 9 | 46 | 0 | 14 | 124 | 3B | 34 |
| Octal | 272 | 75 | 315 | 11 | 106 | 0 | 24 | 444 | 73 | 64 |
| Binary | 10111010 | 111101 | 11001101 | 1001 | 1000110 | 0 | 10100 | 100100100 | 111011 | 110100 |
Color Harmonies of #BA3DCD
Complementary color
Monochromatic Colors of #BA3DCD
Black with #BA3DCD
Text Example
Text Example
White with #BA3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DCD; }
p { color: rgb(186,61,205); }
H1.HeaderClassName
{
color: #BA3DCD;
}
.AnyTagClassName
{
color: #BA3DCD;
}
</style>
background-color css
<style>
a { background-color: #BA3DCD; }
a { background-color: rgb(186,61,205); }
div.DivClassName
{
background-color: #BA3DCD;
}
.BgClassName
{
background-color: #BA3DCD;
}
</style>
border-color css
<style>
span { border-color: #BA3DCD; }
span { border-color: rgb(186,61,205); }
td.TdClassName
{
border-color: #BA3DCD;
}
.TagClassName
{
border-color: #BA3DCD;
}
</style>