Shades of Medium Orchid #BA3FD1
Tints of Medium Orchid #BA3FD1
RGB
CMYK
RGB Variations
Color information
#BA3FD1 (or 0xBA3FD1) is known color: Medium Orchid. HEX triplet: BA, 3F and D1. RGB value is (186,63,209). Sum of RGB (Red+Green+Blue) = 186+63+209=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA3FD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FD1 is #45C02E. Grayscale: #737373. Windows color (decimal): -4571183 or 13713338. OLE color: 13713338.
HSL color Cylindrical-coordinate representation of color #BA3FD1: hue angle of 290.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3FD1 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 63 | 209 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.18 |
| HSL | 290.55º | 0.61% | 0.53% | - |
| HSV(B) | 290.55º | 0.7% | 0.82% | - |
| XYZ | 33.54 | 18.6 | 62.14 | - |
| YUV | 116.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 209 | 0.11 | 0.70 | 0 | 0.18 | 290.55 | 0.61 | 0.53 |
| Hex | BA | 3F | D1 | B | 46 | 0 | 12 | 123 | 3D | 35 |
| Octal | 272 | 77 | 321 | 13 | 106 | 0 | 22 | 443 | 75 | 65 |
| Binary | 10111010 | 111111 | 11010001 | 1011 | 1000110 | 0 | 10010 | 100100011 | 111101 | 110101 |
Color Harmonies of #BA3FD1
Complementary color
Monochromatic Colors of #BA3FD1
Black with #BA3FD1
Text Example
Text Example
White with #BA3FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FD1; }
p { color: rgb(186,63,209); }
H1.HeaderClassName
{
color: #BA3FD1;
}
.AnyTagClassName
{
color: #BA3FD1;
}
</style>
background-color css
<style>
a { background-color: #BA3FD1; }
a { background-color: rgb(186,63,209); }
div.DivClassName
{
background-color: #BA3FD1;
}
.BgClassName
{
background-color: #BA3FD1;
}
</style>
border-color css
<style>
span { border-color: #BA3FD1; }
span { border-color: rgb(186,63,209); }
td.TdClassName
{
border-color: #BA3FD1;
}
.TagClassName
{
border-color: #BA3FD1;
}
</style>