Shades of Medium Orchid #BA3CCD
Tints of Medium Orchid #BA3CCD
RGB
CMYK
RGB Variations
Color information
#BA3CCD (or 0xBA3CCD) is known color: Medium Orchid. HEX triplet: BA, 3C and CD. RGB value is (186,60,205). Sum of RGB (Red+Green+Blue) = 186+60+205=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA3CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CCD is #45C332. Grayscale: #717171. Windows color (decimal): -4571955 or 13450426. OLE color: 13450426.
HSL color Cylindrical-coordinate representation of color #BA3CCD: hue angle of 292.14º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3CCD is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 60 | 205 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.20 |
| HSL | 292.14º | 0.59% | 0.52% | - |
| HSV(B) | 292.14º | 0.71% | 0.8% | - |
| XYZ | 32.89 | 18.08 | 59.51 | - |
| YUV | 114.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 205 | 0.09 | 0.71 | 0 | 0.20 | 292.14 | 0.59 | 0.52 |
| Hex | BA | 3C | CD | 9 | 47 | 0 | 14 | 124 | 3B | 34 |
| Octal | 272 | 74 | 315 | 11 | 107 | 0 | 24 | 444 | 73 | 64 |
| Binary | 10111010 | 111100 | 11001101 | 1001 | 1000111 | 0 | 10100 | 100100100 | 111011 | 110100 |
Color Harmonies of #BA3CCD
Complementary color
Monochromatic Colors of #BA3CCD
Black with #BA3CCD
Text Example
Text Example
White with #BA3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CCD; }
p { color: rgb(186,60,205); }
H1.HeaderClassName
{
color: #BA3CCD;
}
.AnyTagClassName
{
color: #BA3CCD;
}
</style>
background-color css
<style>
a { background-color: #BA3CCD; }
a { background-color: rgb(186,60,205); }
div.DivClassName
{
background-color: #BA3CCD;
}
.BgClassName
{
background-color: #BA3CCD;
}
</style>
border-color css
<style>
span { border-color: #BA3CCD; }
span { border-color: rgb(186,60,205); }
td.TdClassName
{
border-color: #BA3CCD;
}
.TagClassName
{
border-color: #BA3CCD;
}
</style>