Shades of Medium Orchid #BA50DF
Tints of Medium Orchid #BA50DF
RGB
CMYK
RGB Variations
Color information
#BA50DF (or 0xBA50DF) is known color: Medium Orchid. HEX triplet: BA, 50 and DF. RGB value is (186,80,223). Sum of RGB (Red+Green+Blue) = 186+80+223=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50DF is #45AF20. Grayscale: #7F7F7F. Windows color (decimal): -4566817 or 14635194. OLE color: 14635194.
HSL color Cylindrical-coordinate representation of color #BA50DF: hue angle of 284.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA50DF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 80 | 223 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.13 |
| HSL | 284.48º | 0.69% | 0.59% | - |
| HSV(B) | 284.48º | 0.64% | 0.87% | - |
| XYZ | 36.44 | 21.5 | 72.04 | - |
| YUV | 128 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 223 | 0.17 | 0.64 | 0 | 0.13 | 284.48 | 0.69 | 0.59 |
| Hex | BA | 50 | DF | 11 | 40 | 0 | D | 11C | 45 | 3B |
| Octal | 272 | 120 | 337 | 21 | 100 | 0 | 15 | 434 | 105 | 73 |
| Binary | 10111010 | 1010000 | 11011111 | 10001 | 1000000 | 0 | 1101 | 100011100 | 1000101 | 111011 |
Color Harmonies of #BA50DF
Complementary color
Monochromatic Colors of #BA50DF
Black with #BA50DF
Text Example
Text Example
White with #BA50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50DF; }
p { color: rgb(186,80,223); }
H1.HeaderClassName
{
color: #BA50DF;
}
.AnyTagClassName
{
color: #BA50DF;
}
</style>
background-color css
<style>
a { background-color: #BA50DF; }
a { background-color: rgb(186,80,223); }
div.DivClassName
{
background-color: #BA50DF;
}
.BgClassName
{
background-color: #BA50DF;
}
</style>
border-color css
<style>
span { border-color: #BA50DF; }
span { border-color: rgb(186,80,223); }
td.TdClassName
{
border-color: #BA50DF;
}
.TagClassName
{
border-color: #BA50DF;
}
</style>