Shades of Medium Orchid #BA3ADF
Tints of Medium Orchid #BA3ADF
RGB
CMYK
RGB Variations
Color information
#BA3ADF (or 0xBA3ADF) is known color: Medium Orchid. HEX triplet: BA, 3A and DF. RGB value is (186,58,223). Sum of RGB (Red+Green+Blue) = 186+58+223=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA3ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ADF is #45C520. Grayscale: #727272. Windows color (decimal): -4572449 or 14629562. OLE color: 14629562.
HSL color Cylindrical-coordinate representation of color #BA3ADF: hue angle of 286.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3ADF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 58 | 223 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.13 |
| HSL | 286.55º | 0.72% | 0.55% | - |
| HSV(B) | 286.55º | 0.74% | 0.87% | - |
| XYZ | 35.08 | 18.79 | 71.59 | - |
| YUV | 115.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 223 | 0.17 | 0.74 | 0 | 0.13 | 286.55 | 0.72 | 0.55 |
| Hex | BA | 3A | DF | 11 | 4A | 0 | D | 11F | 48 | 37 |
| Octal | 272 | 72 | 337 | 21 | 112 | 0 | 15 | 437 | 110 | 67 |
| Binary | 10111010 | 111010 | 11011111 | 10001 | 1001010 | 0 | 1101 | 100011111 | 1001000 | 110111 |
Color Harmonies of #BA3ADF
Complementary color
Monochromatic Colors of #BA3ADF
Black with #BA3ADF
Text Example
Text Example
White with #BA3ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3ADF; }
p { color: rgb(186,58,223); }
H1.HeaderClassName
{
color: #BA3ADF;
}
.AnyTagClassName
{
color: #BA3ADF;
}
</style>
background-color css
<style>
a { background-color: #BA3ADF; }
a { background-color: rgb(186,58,223); }
div.DivClassName
{
background-color: #BA3ADF;
}
.BgClassName
{
background-color: #BA3ADF;
}
</style>
border-color css
<style>
span { border-color: #BA3ADF; }
span { border-color: rgb(186,58,223); }
td.TdClassName
{
border-color: #BA3ADF;
}
.TagClassName
{
border-color: #BA3ADF;
}
</style>