Shades of Medium Orchid #BA3DCF
Tints of Medium Orchid #BA3DCF
RGB
CMYK
RGB Variations
Color information
#BA3DCF (or 0xBA3DCF) is known color: Medium Orchid. HEX triplet: BA, 3D and CF. RGB value is (186,61,207). Sum of RGB (Red+Green+Blue) = 186+61+207=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA3DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DCF is #45C230. Grayscale: #727272. Windows color (decimal): -4571697 or 13581754. OLE color: 13581754.
HSL color Cylindrical-coordinate representation of color #BA3DCF: hue angle of 291.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3DCF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 61 | 207 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.19 |
| HSL | 291.37º | 0.6% | 0.53% | - |
| HSV(B) | 291.37º | 0.71% | 0.81% | - |
| XYZ | 33.18 | 18.28 | 60.81 | - |
| YUV | 115.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 207 | 0.10 | 0.71 | 0 | 0.19 | 291.37 | 0.6 | 0.53 |
| Hex | BA | 3D | CF | A | 47 | 0 | 13 | 123 | 3C | 35 |
| Octal | 272 | 75 | 317 | 12 | 107 | 0 | 23 | 443 | 74 | 65 |
| Binary | 10111010 | 111101 | 11001111 | 1010 | 1000111 | 0 | 10011 | 100100011 | 111100 | 110101 |
Color Harmonies of #BA3DCF
Complementary color
Monochromatic Colors of #BA3DCF
Black with #BA3DCF
Text Example
Text Example
White with #BA3DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DCF; }
p { color: rgb(186,61,207); }
H1.HeaderClassName
{
color: #BA3DCF;
}
.AnyTagClassName
{
color: #BA3DCF;
}
</style>
background-color css
<style>
a { background-color: #BA3DCF; }
a { background-color: rgb(186,61,207); }
div.DivClassName
{
background-color: #BA3DCF;
}
.BgClassName
{
background-color: #BA3DCF;
}
</style>
border-color css
<style>
span { border-color: #BA3DCF; }
span { border-color: rgb(186,61,207); }
td.TdClassName
{
border-color: #BA3DCF;
}
.TagClassName
{
border-color: #BA3DCF;
}
</style>