Shades of Medium Orchid #BA43D3
Tints of Medium Orchid #BA43D3
RGB
CMYK
RGB Variations
Color information
#BA43D3 (or 0xBA43D3) is known color: Medium Orchid. HEX triplet: BA, 43 and D3. RGB value is (186,67,211). Sum of RGB (Red+Green+Blue) = 186+67+211=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA43D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43D3 is #45BC2C. Grayscale: #767676. Windows color (decimal): -4570157 or 13845434. OLE color: 13845434.
HSL color Cylindrical-coordinate representation of color #BA43D3: hue angle of 289.58º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA43D3 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 67 | 211 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.17 |
| HSL | 289.58º | 0.62% | 0.55% | - |
| HSV(B) | 289.58º | 0.68% | 0.83% | - |
| XYZ | 34.01 | 19.16 | 63.53 | - |
| YUV | 119 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 211 | 0.12 | 0.68 | 0 | 0.17 | 289.58 | 0.62 | 0.55 |
| Hex | BA | 43 | D3 | C | 44 | 0 | 11 | 122 | 3E | 37 |
| Octal | 272 | 103 | 323 | 14 | 104 | 0 | 21 | 442 | 76 | 67 |
| Binary | 10111010 | 1000011 | 11010011 | 1100 | 1000100 | 0 | 10001 | 100100010 | 111110 | 110111 |
Color Harmonies of #BA43D3
Complementary color
Monochromatic Colors of #BA43D3
Black with #BA43D3
Text Example
Text Example
White with #BA43D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43D3; }
p { color: rgb(186,67,211); }
H1.HeaderClassName
{
color: #BA43D3;
}
.AnyTagClassName
{
color: #BA43D3;
}
</style>
background-color css
<style>
a { background-color: #BA43D3; }
a { background-color: rgb(186,67,211); }
div.DivClassName
{
background-color: #BA43D3;
}
.BgClassName
{
background-color: #BA43D3;
}
</style>
border-color css
<style>
span { border-color: #BA43D3; }
span { border-color: rgb(186,67,211); }
td.TdClassName
{
border-color: #BA43D3;
}
.TagClassName
{
border-color: #BA43D3;
}
</style>