Shades of Medium Orchid #BA4ADF
Tints of Medium Orchid #BA4ADF
RGB
CMYK
RGB Variations
Color information
#BA4ADF (or 0xBA4ADF) is known color: Medium Orchid. HEX triplet: BA, 4A and DF. RGB value is (186,74,223). Sum of RGB (Red+Green+Blue) = 186+74+223=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ADF is #45B520. Grayscale: #7B7B7B. Windows color (decimal): -4568353 or 14633658. OLE color: 14633658.
HSL color Cylindrical-coordinate representation of color #BA4ADF: hue angle of 285.1º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4ADF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 74 | 223 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.13 |
| HSL | 285.1º | 0.7% | 0.58% | - |
| HSV(B) | 285.1º | 0.67% | 0.87% | - |
| XYZ | 36.02 | 20.66 | 71.9 | - |
| YUV | 124.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 223 | 0.17 | 0.67 | 0 | 0.13 | 285.1 | 0.7 | 0.58 |
| Hex | BA | 4A | DF | 11 | 43 | 0 | D | 11D | 46 | 3A |
| Octal | 272 | 112 | 337 | 21 | 103 | 0 | 15 | 435 | 106 | 72 |
| Binary | 10111010 | 1001010 | 11011111 | 10001 | 1000011 | 0 | 1101 | 100011101 | 1000110 | 111010 |
Color Harmonies of #BA4ADF
Complementary color
Monochromatic Colors of #BA4ADF
Black with #BA4ADF
Text Example
Text Example
White with #BA4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4ADF; }
p { color: rgb(186,74,223); }
H1.HeaderClassName
{
color: #BA4ADF;
}
.AnyTagClassName
{
color: #BA4ADF;
}
</style>
background-color css
<style>
a { background-color: #BA4ADF; }
a { background-color: rgb(186,74,223); }
div.DivClassName
{
background-color: #BA4ADF;
}
.BgClassName
{
background-color: #BA4ADF;
}
</style>
border-color css
<style>
span { border-color: #BA4ADF; }
span { border-color: rgb(186,74,223); }
td.TdClassName
{
border-color: #BA4ADF;
}
.TagClassName
{
border-color: #BA4ADF;
}
</style>