Shades of Medium Orchid #BA41ED
Tints of Medium Orchid #BA41ED
RGB
CMYK
RGB Variations
Color information
#BA41ED (or 0xBA41ED) is known color: Medium Orchid. HEX triplet: BA, 41 and ED. RGB value is (186,65,237). Sum of RGB (Red+Green+Blue) = 186+65+237=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA41ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41ED is #45BE12. Grayscale: #787878. Windows color (decimal): -4570643 or 15548858. OLE color: 15548858.
HSL color Cylindrical-coordinate representation of color #BA41ED: hue angle of 282.21º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA41ED is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 65 | 237 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.07 |
| HSL | 282.21º | 0.83% | 0.59% | - |
| HSV(B) | 282.21º | 0.73% | 0.93% | - |
| XYZ | 37.43 | 20.33 | 82.07 | - |
| YUV | 120.79 | 193.59 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 237 | 0.22 | 0.73 | 0 | 0.07 | 282.21 | 0.83 | 0.59 |
| Hex | BA | 41 | ED | 16 | 49 | 0 | 7 | 11A | 53 | 3B |
| Octal | 272 | 101 | 355 | 26 | 111 | 0 | 7 | 432 | 123 | 73 |
| Binary | 10111010 | 1000001 | 11101101 | 10110 | 1001001 | 0 | 111 | 100011010 | 1010011 | 111011 |
Color Harmonies of #BA41ED
Complementary color
Monochromatic Colors of #BA41ED
Black with #BA41ED
Text Example
Text Example
White with #BA41ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41ED; }
p { color: rgb(186,65,237); }
H1.HeaderClassName
{
color: #BA41ED;
}
.AnyTagClassName
{
color: #BA41ED;
}
</style>
background-color css
<style>
a { background-color: #BA41ED; }
a { background-color: rgb(186,65,237); }
div.DivClassName
{
background-color: #BA41ED;
}
.BgClassName
{
background-color: #BA41ED;
}
</style>
border-color css
<style>
span { border-color: #BA41ED; }
span { border-color: rgb(186,65,237); }
td.TdClassName
{
border-color: #BA41ED;
}
.TagClassName
{
border-color: #BA41ED;
}
</style>