Shades of Medium Orchid #BA4ECD
Tints of Medium Orchid #BA4ECD
RGB
CMYK
RGB Variations
Color information
#BA4ECD (or 0xBA4ECD) is known color: Medium Orchid. HEX triplet: BA, 4E and CD. RGB value is (186,78,205). Sum of RGB (Red+Green+Blue) = 186+78+205=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA4ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ECD is #45B132. Grayscale: #7C7C7C. Windows color (decimal): -4567347 or 13455034. OLE color: 13455034.
HSL color Cylindrical-coordinate representation of color #BA4ECD: hue angle of 291.02º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4ECD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 78 | 205 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.20 |
| HSL | 291.02º | 0.56% | 0.55% | - |
| HSV(B) | 291.02º | 0.62% | 0.8% | - |
| XYZ | 33.99 | 20.3 | 59.88 | - |
| YUV | 124.77 | 173.28 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 205 | 0.09 | 0.62 | 0 | 0.20 | 291.02 | 0.56 | 0.55 |
| Hex | BA | 4E | CD | 9 | 3E | 0 | 14 | 123 | 38 | 37 |
| Octal | 272 | 116 | 315 | 11 | 76 | 0 | 24 | 443 | 70 | 67 |
| Binary | 10111010 | 1001110 | 11001101 | 1001 | 111110 | 0 | 10100 | 100100011 | 111000 | 110111 |
Color Harmonies of #BA4ECD
Complementary color
Monochromatic Colors of #BA4ECD
Black with #BA4ECD
Text Example
Text Example
White with #BA4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ECD; }
p { color: rgb(186,78,205); }
H1.HeaderClassName
{
color: #BA4ECD;
}
.AnyTagClassName
{
color: #BA4ECD;
}
</style>
background-color css
<style>
a { background-color: #BA4ECD; }
a { background-color: rgb(186,78,205); }
div.DivClassName
{
background-color: #BA4ECD;
}
.BgClassName
{
background-color: #BA4ECD;
}
</style>
border-color css
<style>
span { border-color: #BA4ECD; }
span { border-color: rgb(186,78,205); }
td.TdClassName
{
border-color: #BA4ECD;
}
.TagClassName
{
border-color: #BA4ECD;
}
</style>