Shades of Medium Orchid #BA3FCD
Tints of Medium Orchid #BA3FCD
RGB
CMYK
RGB Variations
Color information
#BA3FCD (or 0xBA3FCD) is known color: Medium Orchid. HEX triplet: BA, 3F and CD. RGB value is (186,63,205). Sum of RGB (Red+Green+Blue) = 186+63+205=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA3FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FCD is #45C032. Grayscale: #737373. Windows color (decimal): -4571187 or 13451194. OLE color: 13451194.
HSL color Cylindrical-coordinate representation of color #BA3FCD: hue angle of 291.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3FCD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 63 | 205 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.20 |
| HSL | 291.97º | 0.59% | 0.53% | - |
| HSV(B) | 291.97º | 0.69% | 0.8% | - |
| XYZ | 33.05 | 18.4 | 59.57 | - |
| YUV | 115.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 205 | 0.09 | 0.69 | 0 | 0.20 | 291.97 | 0.59 | 0.53 |
| Hex | BA | 3F | CD | 9 | 45 | 0 | 14 | 124 | 3B | 35 |
| Octal | 272 | 77 | 315 | 11 | 105 | 0 | 24 | 444 | 73 | 65 |
| Binary | 10111010 | 111111 | 11001101 | 1001 | 1000101 | 0 | 10100 | 100100100 | 111011 | 110101 |
Color Harmonies of #BA3FCD
Complementary color
Monochromatic Colors of #BA3FCD
Black with #BA3FCD
Text Example
Text Example
White with #BA3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FCD; }
p { color: rgb(186,63,205); }
H1.HeaderClassName
{
color: #BA3FCD;
}
.AnyTagClassName
{
color: #BA3FCD;
}
</style>
background-color css
<style>
a { background-color: #BA3FCD; }
a { background-color: rgb(186,63,205); }
div.DivClassName
{
background-color: #BA3FCD;
}
.BgClassName
{
background-color: #BA3FCD;
}
</style>
border-color css
<style>
span { border-color: #BA3FCD; }
span { border-color: rgb(186,63,205); }
td.TdClassName
{
border-color: #BA3FCD;
}
.TagClassName
{
border-color: #BA3FCD;
}
</style>