Shades of Medium Orchid #BA43E7
Tints of Medium Orchid #BA43E7
RGB
CMYK
RGB Variations
Color information
#BA43E7 (or 0xBA43E7) is known color: Medium Orchid. HEX triplet: BA, 43 and E7. RGB value is (186,67,231). Sum of RGB (Red+Green+Blue) = 186+67+231=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA43E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43E7 is #45BC18. Grayscale: #787878. Windows color (decimal): -4570137 or 15156154. OLE color: 15156154.
HSL color Cylindrical-coordinate representation of color #BA43E7: hue angle of 283.54º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA43E7 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 67 | 231 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.09 |
| HSL | 283.54º | 0.77% | 0.58% | - |
| HSV(B) | 283.54º | 0.71% | 0.91% | - |
| XYZ | 36.68 | 20.22 | 77.57 | - |
| YUV | 121.28 | 189.92 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 231 | 0.19 | 0.71 | 0 | 0.09 | 283.54 | 0.77 | 0.58 |
| Hex | BA | 43 | E7 | 13 | 47 | 0 | 9 | 11C | 4D | 3A |
| Octal | 272 | 103 | 347 | 23 | 107 | 0 | 11 | 434 | 115 | 72 |
| Binary | 10111010 | 1000011 | 11100111 | 10011 | 1000111 | 0 | 1001 | 100011100 | 1001101 | 111010 |
Color Harmonies of #BA43E7
Complementary color
Monochromatic Colors of #BA43E7
Black with #BA43E7
Text Example
Text Example
White with #BA43E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA43E7; }
p { color: rgb(186,67,231); }
H1.HeaderClassName
{
color: #BA43E7;
}
.AnyTagClassName
{
color: #BA43E7;
}
</style>
background-color css
<style>
a { background-color: #BA43E7; }
a { background-color: rgb(186,67,231); }
div.DivClassName
{
background-color: #BA43E7;
}
.BgClassName
{
background-color: #BA43E7;
}
</style>
border-color css
<style>
span { border-color: #BA43E7; }
span { border-color: rgb(186,67,231); }
td.TdClassName
{
border-color: #BA43E7;
}
.TagClassName
{
border-color: #BA43E7;
}
</style>