Shades of Medium Orchid #BA43D5
Tints of Medium Orchid #BA43D5
RGB
CMYK
RGB Variations
Color information
#BA43D5 (or 0xBA43D5) is known color: Medium Orchid. HEX triplet: BA, 43 and D5. RGB value is (186,67,213). Sum of RGB (Red+Green+Blue) = 186+67+213=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA43D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43D5 is #45BC2A. Grayscale: #767676. Windows color (decimal): -4570155 or 13976506. OLE color: 13976506.
HSL color Cylindrical-coordinate representation of color #BA43D5: hue angle of 288.9º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA43D5 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 67 | 213 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.16 |
| HSL | 288.9º | 0.63% | 0.55% | - |
| HSV(B) | 288.9º | 0.69% | 0.84% | - |
| XYZ | 34.27 | 19.26 | 64.86 | - |
| YUV | 119.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 213 | 0.13 | 0.69 | 0 | 0.16 | 288.9 | 0.63 | 0.55 |
| Hex | BA | 43 | D5 | D | 45 | 0 | 10 | 121 | 3F | 37 |
| Octal | 272 | 103 | 325 | 15 | 105 | 0 | 20 | 441 | 77 | 67 |
| Binary | 10111010 | 1000011 | 11010101 | 1101 | 1000101 | 0 | 10000 | 100100001 | 111111 | 110111 |
Color Harmonies of #BA43D5
Complementary color
Monochromatic Colors of #BA43D5
Black with #BA43D5
Text Example
Text Example
White with #BA43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43D5; }
p { color: rgb(186,67,213); }
H1.HeaderClassName
{
color: #BA43D5;
}
.AnyTagClassName
{
color: #BA43D5;
}
</style>
background-color css
<style>
a { background-color: #BA43D5; }
a { background-color: rgb(186,67,213); }
div.DivClassName
{
background-color: #BA43D5;
}
.BgClassName
{
background-color: #BA43D5;
}
</style>
border-color css
<style>
span { border-color: #BA43D5; }
span { border-color: rgb(186,67,213); }
td.TdClassName
{
border-color: #BA43D5;
}
.TagClassName
{
border-color: #BA43D5;
}
</style>