Shades of Medium Orchid #BA3BDC
Tints of Medium Orchid #BA3BDC
RGB
CMYK
RGB Variations
Color information
#BA3BDC (or 0xBA3BDC) is known color: Medium Orchid. HEX triplet: BA, 3B and DC. RGB value is (186,59,220). Sum of RGB (Red+Green+Blue) = 186+59+220=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BDC is #45C423. Grayscale: #727272. Windows color (decimal): -4572196 or 14433210. OLE color: 14433210.
HSL color Cylindrical-coordinate representation of color #BA3BDC: hue angle of 287.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3BDC is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 59 | 220 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.14 |
| HSL | 287.33º | 0.7% | 0.55% | - |
| HSV(B) | 287.33º | 0.73% | 0.86% | - |
| XYZ | 34.73 | 18.73 | 69.5 | - |
| YUV | 115.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 220 | 0.15 | 0.73 | 0 | 0.14 | 287.33 | 0.7 | 0.55 |
| Hex | BA | 3B | DC | F | 49 | 0 | E | 11F | 46 | 37 |
| Octal | 272 | 73 | 334 | 17 | 111 | 0 | 16 | 437 | 106 | 67 |
| Binary | 10111010 | 111011 | 11011100 | 1111 | 1001001 | 0 | 1110 | 100011111 | 1000110 | 110111 |
Color Harmonies of #BA3BDC
Complementary color
Monochromatic Colors of #BA3BDC
Black with #BA3BDC
Text Example
Text Example
White with #BA3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BDC; }
p { color: rgb(186,59,220); }
H1.HeaderClassName
{
color: #BA3BDC;
}
.AnyTagClassName
{
color: #BA3BDC;
}
</style>
background-color css
<style>
a { background-color: #BA3BDC; }
a { background-color: rgb(186,59,220); }
div.DivClassName
{
background-color: #BA3BDC;
}
.BgClassName
{
background-color: #BA3BDC;
}
</style>
border-color css
<style>
span { border-color: #BA3BDC; }
span { border-color: rgb(186,59,220); }
td.TdClassName
{
border-color: #BA3BDC;
}
.TagClassName
{
border-color: #BA3BDC;
}
</style>