Shades of Medium Orchid #BA3BD3
Tints of Medium Orchid #BA3BD3
RGB
CMYK
RGB Variations
Color information
#BA3BD3 (or 0xBA3BD3) is known color: Medium Orchid. HEX triplet: BA, 3B and D3. RGB value is (186,59,211). Sum of RGB (Red+Green+Blue) = 186+59+211=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA3BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BD3 is #45C42C. Grayscale: #717171. Windows color (decimal): -4572205 or 13843386. OLE color: 13843386.
HSL color Cylindrical-coordinate representation of color #BA3BD3: hue angle of 290.13º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3BD3 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 59 | 211 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.17 |
| HSL | 290.13º | 0.63% | 0.53% | - |
| HSV(B) | 290.13º | 0.72% | 0.83% | - |
| XYZ | 33.57 | 18.27 | 63.39 | - |
| YUV | 114.3 | 182.58 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 211 | 0.12 | 0.72 | 0 | 0.17 | 290.13 | 0.63 | 0.53 |
| Hex | BA | 3B | D3 | C | 48 | 0 | 11 | 122 | 3F | 35 |
| Octal | 272 | 73 | 323 | 14 | 110 | 0 | 21 | 442 | 77 | 65 |
| Binary | 10111010 | 111011 | 11010011 | 1100 | 1001000 | 0 | 10001 | 100100010 | 111111 | 110101 |
Color Harmonies of #BA3BD3
Complementary color
Monochromatic Colors of #BA3BD3
Black with #BA3BD3
Text Example
Text Example
White with #BA3BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BD3; }
p { color: rgb(186,59,211); }
H1.HeaderClassName
{
color: #BA3BD3;
}
.AnyTagClassName
{
color: #BA3BD3;
}
</style>
background-color css
<style>
a { background-color: #BA3BD3; }
a { background-color: rgb(186,59,211); }
div.DivClassName
{
background-color: #BA3BD3;
}
.BgClassName
{
background-color: #BA3BD3;
}
</style>
border-color css
<style>
span { border-color: #BA3BD3; }
span { border-color: rgb(186,59,211); }
td.TdClassName
{
border-color: #BA3BD3;
}
.TagClassName
{
border-color: #BA3BD3;
}
</style>