Shades of Medium Orchid #BA3EDF
Tints of Medium Orchid #BA3EDF
RGB
CMYK
RGB Variations
Color information
#BA3EDF (or 0xBA3EDF) is known color: Medium Orchid. HEX triplet: BA, 3E and DF. RGB value is (186,62,223). Sum of RGB (Red+Green+Blue) = 186+62+223=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA3EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EDF is #45C120. Grayscale: #747474. Windows color (decimal): -4571425 or 14630586. OLE color: 14630586.
HSL color Cylindrical-coordinate representation of color #BA3EDF: hue angle of 286.21º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3EDF is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 62 | 223 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.13 |
| HSL | 286.21º | 0.72% | 0.56% | - |
| HSV(B) | 286.21º | 0.72% | 0.87% | - |
| XYZ | 35.29 | 19.21 | 71.66 | - |
| YUV | 117.43 | 187.58 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 223 | 0.17 | 0.72 | 0 | 0.13 | 286.21 | 0.72 | 0.56 |
| Hex | BA | 3E | DF | 11 | 48 | 0 | D | 11E | 48 | 38 |
| Octal | 272 | 76 | 337 | 21 | 110 | 0 | 15 | 436 | 110 | 70 |
| Binary | 10111010 | 111110 | 11011111 | 10001 | 1001000 | 0 | 1101 | 100011110 | 1001000 | 111000 |
Color Harmonies of #BA3EDF
Complementary color
Monochromatic Colors of #BA3EDF
Black with #BA3EDF
Text Example
Text Example
White with #BA3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EDF; }
p { color: rgb(186,62,223); }
H1.HeaderClassName
{
color: #BA3EDF;
}
.AnyTagClassName
{
color: #BA3EDF;
}
</style>
background-color css
<style>
a { background-color: #BA3EDF; }
a { background-color: rgb(186,62,223); }
div.DivClassName
{
background-color: #BA3EDF;
}
.BgClassName
{
background-color: #BA3EDF;
}
</style>
border-color css
<style>
span { border-color: #BA3EDF; }
span { border-color: rgb(186,62,223); }
td.TdClassName
{
border-color: #BA3EDF;
}
.TagClassName
{
border-color: #BA3EDF;
}
</style>