Shades of Medium Orchid #BA3CCA
Tints of Medium Orchid #BA3CCA
RGB
CMYK
RGB Variations
Color information
#BA3CCA (or 0xBA3CCA) is known color: Medium Orchid. HEX triplet: BA, 3C and CA. RGB value is (186,60,202). Sum of RGB (Red+Green+Blue) = 186+60+202=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA3CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CCA is #45C335. Grayscale: #717171. Windows color (decimal): -4571958 or 13253818. OLE color: 13253818.
HSL color Cylindrical-coordinate representation of color #BA3CCA: hue angle of 293.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3CCA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 60 | 202 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.21 |
| HSL | 293.24º | 0.57% | 0.51% | - |
| HSV(B) | 293.24º | 0.7% | 0.79% | - |
| XYZ | 32.53 | 17.94 | 57.62 | - |
| YUV | 113.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 202 | 0.08 | 0.70 | 0 | 0.21 | 293.24 | 0.57 | 0.51 |
| Hex | BA | 3C | CA | 8 | 46 | 0 | 15 | 125 | 39 | 33 |
| Octal | 272 | 74 | 312 | 10 | 106 | 0 | 25 | 445 | 71 | 63 |
| Binary | 10111010 | 111100 | 11001010 | 1000 | 1000110 | 0 | 10101 | 100100101 | 111001 | 110011 |
Color Harmonies of #BA3CCA
Complementary color
Monochromatic Colors of #BA3CCA
Black with #BA3CCA
Text Example
Text Example
White with #BA3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CCA; }
p { color: rgb(186,60,202); }
H1.HeaderClassName
{
color: #BA3CCA;
}
.AnyTagClassName
{
color: #BA3CCA;
}
</style>
background-color css
<style>
a { background-color: #BA3CCA; }
a { background-color: rgb(186,60,202); }
div.DivClassName
{
background-color: #BA3CCA;
}
.BgClassName
{
background-color: #BA3CCA;
}
</style>
border-color css
<style>
span { border-color: #BA3CCA; }
span { border-color: rgb(186,60,202); }
td.TdClassName
{
border-color: #BA3CCA;
}
.TagClassName
{
border-color: #BA3CCA;
}
</style>