Shades of Medium Orchid #BA41DD
Tints of Medium Orchid #BA41DD
RGB
CMYK
RGB Variations
Color information
#BA41DD (or 0xBA41DD) is known color: Medium Orchid. HEX triplet: BA, 41 and DD. RGB value is (186,65,221). Sum of RGB (Red+Green+Blue) = 186+65+221=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41DD is #45BE22. Grayscale: #767676. Windows color (decimal): -4570659 or 14500282. OLE color: 14500282.
HSL color Cylindrical-coordinate representation of color #BA41DD: hue angle of 286.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA41DD is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 65 | 221 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.13 |
| HSL | 286.54º | 0.7% | 0.56% | - |
| HSV(B) | 286.54º | 0.71% | 0.87% | - |
| XYZ | 35.19 | 19.44 | 70.3 | - |
| YUV | 118.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 221 | 0.16 | 0.71 | 0 | 0.13 | 286.54 | 0.7 | 0.56 |
| Hex | BA | 41 | DD | 10 | 47 | 0 | D | 11F | 46 | 38 |
| Octal | 272 | 101 | 335 | 20 | 107 | 0 | 15 | 437 | 106 | 70 |
| Binary | 10111010 | 1000001 | 11011101 | 10000 | 1000111 | 0 | 1101 | 100011111 | 1000110 | 111000 |
Color Harmonies of #BA41DD
Complementary color
Monochromatic Colors of #BA41DD
Black with #BA41DD
Text Example
Text Example
White with #BA41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41DD; }
p { color: rgb(186,65,221); }
H1.HeaderClassName
{
color: #BA41DD;
}
.AnyTagClassName
{
color: #BA41DD;
}
</style>
background-color css
<style>
a { background-color: #BA41DD; }
a { background-color: rgb(186,65,221); }
div.DivClassName
{
background-color: #BA41DD;
}
.BgClassName
{
background-color: #BA41DD;
}
</style>
border-color css
<style>
span { border-color: #BA41DD; }
span { border-color: rgb(186,65,221); }
td.TdClassName
{
border-color: #BA41DD;
}
.TagClassName
{
border-color: #BA41DD;
}
</style>