Shades of Medium Orchid #BA41D3
Tints of Medium Orchid #BA41D3
RGB
CMYK
RGB Variations
Color information
#BA41D3 (or 0xBA41D3) is known color: Medium Orchid. HEX triplet: BA, 41 and D3. RGB value is (186,65,211). Sum of RGB (Red+Green+Blue) = 186+65+211=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA41D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41D3 is #45BE2C. Grayscale: #757575. Windows color (decimal): -4570669 or 13844922. OLE color: 13844922.
HSL color Cylindrical-coordinate representation of color #BA41D3: hue angle of 289.73º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA41D3 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 65 | 211 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.17 |
| HSL | 289.73º | 0.62% | 0.54% | - |
| HSV(B) | 289.73º | 0.69% | 0.83% | - |
| XYZ | 33.9 | 18.92 | 63.49 | - |
| YUV | 117.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 211 | 0.12 | 0.69 | 0 | 0.17 | 289.73 | 0.62 | 0.54 |
| Hex | BA | 41 | D3 | C | 45 | 0 | 11 | 122 | 3E | 36 |
| Octal | 272 | 101 | 323 | 14 | 105 | 0 | 21 | 442 | 76 | 66 |
| Binary | 10111010 | 1000001 | 11010011 | 1100 | 1000101 | 0 | 10001 | 100100010 | 111110 | 110110 |
Color Harmonies of #BA41D3
Complementary color
Monochromatic Colors of #BA41D3
Black with #BA41D3
Text Example
Text Example
White with #BA41D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41D3; }
p { color: rgb(186,65,211); }
H1.HeaderClassName
{
color: #BA41D3;
}
.AnyTagClassName
{
color: #BA41D3;
}
</style>
background-color css
<style>
a { background-color: #BA41D3; }
a { background-color: rgb(186,65,211); }
div.DivClassName
{
background-color: #BA41D3;
}
.BgClassName
{
background-color: #BA41D3;
}
</style>
border-color css
<style>
span { border-color: #BA41D3; }
span { border-color: rgb(186,65,211); }
td.TdClassName
{
border-color: #BA41D3;
}
.TagClassName
{
border-color: #BA41D3;
}
</style>