Shades of Medium Orchid #BA41CD
Tints of Medium Orchid #BA41CD
RGB
CMYK
RGB Variations
Color information
#BA41CD (or 0xBA41CD) is known color: Medium Orchid. HEX triplet: BA, 41 and CD. RGB value is (186,65,205). Sum of RGB (Red+Green+Blue) = 186+65+205=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA41CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41CD is #45BE32. Grayscale: #747474. Windows color (decimal): -4570675 or 13451706. OLE color: 13451706.
HSL color Cylindrical-coordinate representation of color #BA41CD: hue angle of 291.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA41CD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 65 | 205 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.20 |
| HSL | 291.86º | 0.58% | 0.53% | - |
| HSV(B) | 291.86º | 0.68% | 0.8% | - |
| XYZ | 33.16 | 18.63 | 59.61 | - |
| YUV | 117.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 205 | 0.09 | 0.68 | 0 | 0.20 | 291.86 | 0.58 | 0.53 |
| Hex | BA | 41 | CD | 9 | 44 | 0 | 14 | 124 | 3A | 35 |
| Octal | 272 | 101 | 315 | 11 | 104 | 0 | 24 | 444 | 72 | 65 |
| Binary | 10111010 | 1000001 | 11001101 | 1001 | 1000100 | 0 | 10100 | 100100100 | 111010 | 110101 |
Color Harmonies of #BA41CD
Complementary color
Monochromatic Colors of #BA41CD
Black with #BA41CD
Text Example
Text Example
White with #BA41CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41CD; }
p { color: rgb(186,65,205); }
H1.HeaderClassName
{
color: #BA41CD;
}
.AnyTagClassName
{
color: #BA41CD;
}
</style>
background-color css
<style>
a { background-color: #BA41CD; }
a { background-color: rgb(186,65,205); }
div.DivClassName
{
background-color: #BA41CD;
}
.BgClassName
{
background-color: #BA41CD;
}
</style>
border-color css
<style>
span { border-color: #BA41CD; }
span { border-color: rgb(186,65,205); }
td.TdClassName
{
border-color: #BA41CD;
}
.TagClassName
{
border-color: #BA41CD;
}
</style>