Shades of Medium Orchid #BA4DDF
Tints of Medium Orchid #BA4DDF
RGB
CMYK
RGB Variations
Color information
#BA4DDF (or 0xBA4DDF) is known color: Medium Orchid. HEX triplet: BA, 4D and DF. RGB value is (186,77,223). Sum of RGB (Red+Green+Blue) = 186+77+223=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DDF is #45B220. Grayscale: #7D7D7D. Windows color (decimal): -4567585 or 14634426. OLE color: 14634426.
HSL color Cylindrical-coordinate representation of color #BA4DDF: hue angle of 284.79º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4DDF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 77 | 223 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.13 |
| HSL | 284.79º | 0.7% | 0.59% | - |
| HSV(B) | 284.79º | 0.65% | 0.87% | - |
| XYZ | 36.22 | 21.07 | 71.97 | - |
| YUV | 126.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 223 | 0.17 | 0.65 | 0 | 0.13 | 284.79 | 0.7 | 0.59 |
| Hex | BA | 4D | DF | 11 | 41 | 0 | D | 11D | 46 | 3B |
| Octal | 272 | 115 | 337 | 21 | 101 | 0 | 15 | 435 | 106 | 73 |
| Binary | 10111010 | 1001101 | 11011111 | 10001 | 1000001 | 0 | 1101 | 100011101 | 1000110 | 111011 |
Color Harmonies of #BA4DDF
Complementary color
Monochromatic Colors of #BA4DDF
Black with #BA4DDF
Text Example
Text Example
White with #BA4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DDF; }
p { color: rgb(186,77,223); }
H1.HeaderClassName
{
color: #BA4DDF;
}
.AnyTagClassName
{
color: #BA4DDF;
}
</style>
background-color css
<style>
a { background-color: #BA4DDF; }
a { background-color: rgb(186,77,223); }
div.DivClassName
{
background-color: #BA4DDF;
}
.BgClassName
{
background-color: #BA4DDF;
}
</style>
border-color css
<style>
span { border-color: #BA4DDF; }
span { border-color: rgb(186,77,223); }
td.TdClassName
{
border-color: #BA4DDF;
}
.TagClassName
{
border-color: #BA4DDF;
}
</style>