Shades of Medium Orchid #BA3CCC
Tints of Medium Orchid #BA3CCC
RGB
CMYK
RGB Variations
Color information
#BA3CCC (or 0xBA3CCC) is known color: Medium Orchid. HEX triplet: BA, 3C and CC. RGB value is (186,60,204). Sum of RGB (Red+Green+Blue) = 186+60+204=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CCC is #45C333. Grayscale: #717171. Windows color (decimal): -4571956 or 13384890. OLE color: 13384890.
HSL color Cylindrical-coordinate representation of color #BA3CCC: hue angle of 292.5º 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 #BA3CCC is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 60 | 204 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.2 |
| HSL | 292.5º | 0.59% | 0.52% | - |
| HSV(B) | 292.5º | 0.71% | 0.8% | - |
| XYZ | 32.76 | 18.03 | 58.88 | - |
| YUV | 114.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 204 | 0.09 | 0.71 | 0 | 0.2 | 292.5 | 0.59 | 0.52 |
| Hex | BA | 3C | CC | 9 | 47 | 0 | 14 | 124 | 3B | 34 |
| Octal | 272 | 74 | 314 | 11 | 107 | 0 | 24 | 444 | 73 | 64 |
| Binary | 10111010 | 111100 | 11001100 | 1001 | 1000111 | 0 | 10100 | 100100100 | 111011 | 110100 |
Color Harmonies of #BA3CCC
Complementary color
Monochromatic Colors of #BA3CCC
Black with #BA3CCC
Text Example
Text Example
White with #BA3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CCC; }
p { color: rgb(186,60,204); }
H1.HeaderClassName
{
color: #BA3CCC;
}
.AnyTagClassName
{
color: #BA3CCC;
}
</style>
background-color css
<style>
a { background-color: #BA3CCC; }
a { background-color: rgb(186,60,204); }
div.DivClassName
{
background-color: #BA3CCC;
}
.BgClassName
{
background-color: #BA3CCC;
}
</style>
border-color css
<style>
span { border-color: #BA3CCC; }
span { border-color: rgb(186,60,204); }
td.TdClassName
{
border-color: #BA3CCC;
}
.TagClassName
{
border-color: #BA3CCC;
}
</style>