Shades of Medium Orchid #BA3BD5
Tints of Medium Orchid #BA3BD5
RGB
CMYK
RGB Variations
Color information
#BA3BD5 (or 0xBA3BD5) is known color: Medium Orchid. HEX triplet: BA, 3B and D5. RGB value is (186,59,213). Sum of RGB (Red+Green+Blue) = 186+59+213=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA3BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BD5 is #45C42A. Grayscale: #727272. Windows color (decimal): -4572203 or 13974458. OLE color: 13974458.
HSL color Cylindrical-coordinate representation of color #BA3BD5: hue angle of 289.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3BD5 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 59 | 213 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.16 |
| HSL | 289.48º | 0.65% | 0.53% | - |
| HSV(B) | 289.48º | 0.72% | 0.84% | - |
| XYZ | 33.82 | 18.37 | 64.71 | - |
| YUV | 114.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 213 | 0.13 | 0.72 | 0 | 0.16 | 289.48 | 0.65 | 0.53 |
| Hex | BA | 3B | D5 | D | 48 | 0 | 10 | 121 | 41 | 35 |
| Octal | 272 | 73 | 325 | 15 | 110 | 0 | 20 | 441 | 101 | 65 |
| Binary | 10111010 | 111011 | 11010101 | 1101 | 1001000 | 0 | 10000 | 100100001 | 1000001 | 110101 |
Color Harmonies of #BA3BD5
Complementary color
Monochromatic Colors of #BA3BD5
Black with #BA3BD5
Text Example
Text Example
White with #BA3BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BD5; }
p { color: rgb(186,59,213); }
H1.HeaderClassName
{
color: #BA3BD5;
}
.AnyTagClassName
{
color: #BA3BD5;
}
</style>
background-color css
<style>
a { background-color: #BA3BD5; }
a { background-color: rgb(186,59,213); }
div.DivClassName
{
background-color: #BA3BD5;
}
.BgClassName
{
background-color: #BA3BD5;
}
</style>
border-color css
<style>
span { border-color: #BA3BD5; }
span { border-color: rgb(186,59,213); }
td.TdClassName
{
border-color: #BA3BD5;
}
.TagClassName
{
border-color: #BA3BD5;
}
</style>