Shades of Medium Orchid #BA43C9
Tints of Medium Orchid #BA43C9
RGB
CMYK
RGB Variations
Color information
#BA43C9 (or 0xBA43C9) is known color: Medium Orchid. HEX triplet: BA, 43 and C9. RGB value is (186,67,201). Sum of RGB (Red+Green+Blue) = 186+67+201=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 67 (26.56% from 255 or 14.76% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA43C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43C9 is #45BC36. Grayscale: #757575. Windows color (decimal): -4570167 or 13190074. OLE color: 13190074.
HSL color Cylindrical-coordinate representation of color #BA43C9: hue angle of 293.28º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA43C9 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 67 | 201 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.21 |
| HSL | 293.28º | 0.55% | 0.53% | - |
| HSV(B) | 293.28º | 0.67% | 0.79% | - |
| XYZ | 32.8 | 18.67 | 57.13 | - |
| YUV | 117.86 | 174.92 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 201 | 0.07 | 0.67 | 0 | 0.21 | 293.28 | 0.55 | 0.53 |
| Hex | BA | 43 | C9 | 7 | 43 | 0 | 15 | 125 | 37 | 35 |
| Octal | 272 | 103 | 311 | 7 | 103 | 0 | 25 | 445 | 67 | 65 |
| Binary | 10111010 | 1000011 | 11001001 | 111 | 1000011 | 0 | 10101 | 100100101 | 110111 | 110101 |
Color Harmonies of #BA43C9
Complementary color
Monochromatic Colors of #BA43C9
Black with #BA43C9
Text Example
Text Example
White with #BA43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43C9; }
p { color: rgb(186,67,201); }
H1.HeaderClassName
{
color: #BA43C9;
}
.AnyTagClassName
{
color: #BA43C9;
}
</style>
background-color css
<style>
a { background-color: #BA43C9; }
a { background-color: rgb(186,67,201); }
div.DivClassName
{
background-color: #BA43C9;
}
.BgClassName
{
background-color: #BA43C9;
}
</style>
border-color css
<style>
span { border-color: #BA43C9; }
span { border-color: rgb(186,67,201); }
td.TdClassName
{
border-color: #BA43C9;
}
.TagClassName
{
border-color: #BA43C9;
}
</style>