Shades of Medium Orchid #BA41DC
Tints of Medium Orchid #BA41DC
RGB
CMYK
RGB Variations
Color information
#BA41DC (or 0xBA41DC) is known color: Medium Orchid. HEX triplet: BA, 41 and DC. RGB value is (186,65,220). Sum of RGB (Red+Green+Blue) = 186+65+220=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA41DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41DC is #45BE23. Grayscale: #767676. Windows color (decimal): -4570660 or 14434746. OLE color: 14434746.
HSL color Cylindrical-coordinate representation of color #BA41DC: hue angle of 286.84º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA41DC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 65 | 220 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.14 |
| HSL | 286.84º | 0.69% | 0.56% | - |
| HSV(B) | 286.84º | 0.7% | 0.86% | - |
| XYZ | 35.06 | 19.39 | 69.6 | - |
| YUV | 118.85 | 185.09 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 220 | 0.15 | 0.70 | 0 | 0.14 | 286.84 | 0.69 | 0.56 |
| Hex | BA | 41 | DC | F | 46 | 0 | E | 11F | 45 | 38 |
| Octal | 272 | 101 | 334 | 17 | 106 | 0 | 16 | 437 | 105 | 70 |
| Binary | 10111010 | 1000001 | 11011100 | 1111 | 1000110 | 0 | 1110 | 100011111 | 1000101 | 111000 |
Color Harmonies of #BA41DC
Complementary color
Monochromatic Colors of #BA41DC
Black with #BA41DC
Text Example
Text Example
White with #BA41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41DC; }
p { color: rgb(186,65,220); }
H1.HeaderClassName
{
color: #BA41DC;
}
.AnyTagClassName
{
color: #BA41DC;
}
</style>
background-color css
<style>
a { background-color: #BA41DC; }
a { background-color: rgb(186,65,220); }
div.DivClassName
{
background-color: #BA41DC;
}
.BgClassName
{
background-color: #BA41DC;
}
</style>
border-color css
<style>
span { border-color: #BA41DC; }
span { border-color: rgb(186,65,220); }
td.TdClassName
{
border-color: #BA41DC;
}
.TagClassName
{
border-color: #BA41DC;
}
</style>