Shades of Medium Orchid #BA4ACD
Tints of Medium Orchid #BA4ACD
RGB
CMYK
RGB Variations
Color information
#BA4ACD (or 0xBA4ACD) is known color: Medium Orchid. HEX triplet: BA, 4A and CD. RGB value is (186,74,205). Sum of RGB (Red+Green+Blue) = 186+74+205=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ACD is #45B532. Grayscale: #7A7A7A. Windows color (decimal): -4568371 or 13454010. OLE color: 13454010.
HSL color Cylindrical-coordinate representation of color #BA4ACD: hue angle of 291.3º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4ACD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 74 | 205 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.20 |
| HSL | 291.3º | 0.57% | 0.55% | - |
| HSV(B) | 291.3º | 0.64% | 0.8% | - |
| XYZ | 33.72 | 19.74 | 59.79 | - |
| YUV | 122.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 205 | 0.09 | 0.64 | 0 | 0.20 | 291.3 | 0.57 | 0.55 |
| Hex | BA | 4A | CD | 9 | 40 | 0 | 14 | 123 | 39 | 37 |
| Octal | 272 | 112 | 315 | 11 | 100 | 0 | 24 | 443 | 71 | 67 |
| Binary | 10111010 | 1001010 | 11001101 | 1001 | 1000000 | 0 | 10100 | 100100011 | 111001 | 110111 |
Color Harmonies of #BA4ACD
Complementary color
Monochromatic Colors of #BA4ACD
Black with #BA4ACD
Text Example
Text Example
White with #BA4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ACD; }
p { color: rgb(186,74,205); }
H1.HeaderClassName
{
color: #BA4ACD;
}
.AnyTagClassName
{
color: #BA4ACD;
}
</style>
background-color css
<style>
a { background-color: #BA4ACD; }
a { background-color: rgb(186,74,205); }
div.DivClassName
{
background-color: #BA4ACD;
}
.BgClassName
{
background-color: #BA4ACD;
}
</style>
border-color css
<style>
span { border-color: #BA4ACD; }
span { border-color: rgb(186,74,205); }
td.TdClassName
{
border-color: #BA4ACD;
}
.TagClassName
{
border-color: #BA4ACD;
}
</style>