Shades of Medium Orchid #BA43F5
Tints of Medium Orchid #BA43F5
RGB
CMYK
RGB Variations
Color information
#BA43F5 (or 0xBA43F5) is known color: Medium Orchid. HEX triplet: BA, 43 and F5. RGB value is (186,67,245). Sum of RGB (Red+Green+Blue) = 186+67+245=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA43F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43F5 is #45BC0A. Grayscale: #7A7A7A. Windows color (decimal): -4570123 or 16073658. OLE color: 16073658.
HSL color Cylindrical-coordinate representation of color #BA43F5: hue angle of 280.11º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA43F5 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 67 | 245 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.04 |
| HSL | 280.11º | 0.9% | 0.61% | - |
| HSV(B) | 280.11º | 0.73% | 0.96% | - |
| XYZ | 38.74 | 21.05 | 88.41 | - |
| YUV | 122.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 245 | 0.24 | 0.73 | 0 | 0.04 | 280.11 | 0.9 | 0.61 |
| Hex | BA | 43 | F5 | 18 | 49 | 0 | 4 | 118 | 5A | 3D |
| Octal | 272 | 103 | 365 | 30 | 111 | 0 | 4 | 430 | 132 | 75 |
| Binary | 10111010 | 1000011 | 11110101 | 11000 | 1001001 | 0 | 100 | 100011000 | 1011010 | 111101 |
Color Harmonies of #BA43F5
Complementary color
Monochromatic Colors of #BA43F5
Black with #BA43F5
Text Example
Text Example
White with #BA43F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43F5; }
p { color: rgb(186,67,245); }
H1.HeaderClassName
{
color: #BA43F5;
}
.AnyTagClassName
{
color: #BA43F5;
}
</style>
background-color css
<style>
a { background-color: #BA43F5; }
a { background-color: rgb(186,67,245); }
div.DivClassName
{
background-color: #BA43F5;
}
.BgClassName
{
background-color: #BA43F5;
}
</style>
border-color css
<style>
span { border-color: #BA43F5; }
span { border-color: rgb(186,67,245); }
td.TdClassName
{
border-color: #BA43F5;
}
.TagClassName
{
border-color: #BA43F5;
}
</style>