Shades of Medium Orchid #BA3DCC
Tints of Medium Orchid #BA3DCC
RGB
CMYK
RGB Variations
Color information
#BA3DCC (or 0xBA3DCC) is known color: Medium Orchid. HEX triplet: BA, 3D and CC. RGB value is (186,61,204). Sum of RGB (Red+Green+Blue) = 186+61+204=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA3DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DCC is #45C233. Grayscale: #727272. Windows color (decimal): -4571700 or 13385146. OLE color: 13385146.
HSL color Cylindrical-coordinate representation of color #BA3DCC: hue angle of 292.45º degrees, saturation: 0.58, 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 #BA3DCC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 61 | 204 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.2 |
| HSL | 292.45º | 0.58% | 0.52% | - |
| HSV(B) | 292.45º | 0.7% | 0.8% | - |
| XYZ | 32.82 | 18.14 | 58.9 | - |
| YUV | 114.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 204 | 0.09 | 0.70 | 0 | 0.2 | 292.45 | 0.58 | 0.52 |
| Hex | BA | 3D | CC | 9 | 46 | 0 | 14 | 124 | 3A | 34 |
| Octal | 272 | 75 | 314 | 11 | 106 | 0 | 24 | 444 | 72 | 64 |
| Binary | 10111010 | 111101 | 11001100 | 1001 | 1000110 | 0 | 10100 | 100100100 | 111010 | 110100 |
Color Harmonies of #BA3DCC
Complementary color
Monochromatic Colors of #BA3DCC
Black with #BA3DCC
Text Example
Text Example
White with #BA3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DCC; }
p { color: rgb(186,61,204); }
H1.HeaderClassName
{
color: #BA3DCC;
}
.AnyTagClassName
{
color: #BA3DCC;
}
</style>
background-color css
<style>
a { background-color: #BA3DCC; }
a { background-color: rgb(186,61,204); }
div.DivClassName
{
background-color: #BA3DCC;
}
.BgClassName
{
background-color: #BA3DCC;
}
</style>
border-color css
<style>
span { border-color: #BA3DCC; }
span { border-color: rgb(186,61,204); }
td.TdClassName
{
border-color: #BA3DCC;
}
.TagClassName
{
border-color: #BA3DCC;
}
</style>