Shades of Medium Orchid #BA3BCC
Tints of Medium Orchid #BA3BCC
RGB
CMYK
RGB Variations
Color information
#BA3BCC (or 0xBA3BCC) is known color: Medium Orchid. HEX triplet: BA, 3B and CC. RGB value is (186,59,204). Sum of RGB (Red+Green+Blue) = 186+59+204=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA3BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BCC is #45C433. Grayscale: #717171. Windows color (decimal): -4572212 or 13384634. OLE color: 13384634.
HSL color Cylindrical-coordinate representation of color #BA3BCC: hue angle of 292.55º 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 #BA3BCC is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 59 | 204 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.2 |
| HSL | 292.55º | 0.59% | 0.52% | - |
| HSV(B) | 292.55º | 0.71% | 0.8% | - |
| XYZ | 32.71 | 17.93 | 58.86 | - |
| YUV | 113.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 204 | 0.09 | 0.71 | 0 | 0.2 | 292.55 | 0.59 | 0.52 |
| Hex | BA | 3B | CC | 9 | 47 | 0 | 14 | 125 | 3B | 34 |
| Octal | 272 | 73 | 314 | 11 | 107 | 0 | 24 | 445 | 73 | 64 |
| Binary | 10111010 | 111011 | 11001100 | 1001 | 1000111 | 0 | 10100 | 100100101 | 111011 | 110100 |
Color Harmonies of #BA3BCC
Complementary color
Monochromatic Colors of #BA3BCC
Black with #BA3BCC
Text Example
Text Example
White with #BA3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BCC; }
p { color: rgb(186,59,204); }
H1.HeaderClassName
{
color: #BA3BCC;
}
.AnyTagClassName
{
color: #BA3BCC;
}
</style>
background-color css
<style>
a { background-color: #BA3BCC; }
a { background-color: rgb(186,59,204); }
div.DivClassName
{
background-color: #BA3BCC;
}
.BgClassName
{
background-color: #BA3BCC;
}
</style>
border-color css
<style>
span { border-color: #BA3BCC; }
span { border-color: rgb(186,59,204); }
td.TdClassName
{
border-color: #BA3BCC;
}
.TagClassName
{
border-color: #BA3BCC;
}
</style>