Shades of Medium Orchid #BA50DD
Tints of Medium Orchid #BA50DD
RGB
CMYK
RGB Variations
Color information
#BA50DD (or 0xBA50DD) is known color: Medium Orchid. HEX triplet: BA, 50 and DD. RGB value is (186,80,221). Sum of RGB (Red+Green+Blue) = 186+80+221=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50DD is #45AF22. Grayscale: #7F7F7F. Windows color (decimal): -4566819 or 14504122. OLE color: 14504122.
HSL color Cylindrical-coordinate representation of color #BA50DD: hue angle of 285.11º degrees, saturation: 0.67, 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 #BA50DD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 80 | 221 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.13 |
| HSL | 285.11º | 0.67% | 0.59% | - |
| HSV(B) | 285.11º | 0.64% | 0.87% | - |
| XYZ | 36.17 | 21.4 | 70.63 | - |
| YUV | 127.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 221 | 0.16 | 0.64 | 0 | 0.13 | 285.11 | 0.67 | 0.59 |
| Hex | BA | 50 | DD | 10 | 40 | 0 | D | 11D | 43 | 3B |
| Octal | 272 | 120 | 335 | 20 | 100 | 0 | 15 | 435 | 103 | 73 |
| Binary | 10111010 | 1010000 | 11011101 | 10000 | 1000000 | 0 | 1101 | 100011101 | 1000011 | 111011 |
Color Harmonies of #BA50DD
Complementary color
Monochromatic Colors of #BA50DD
Black with #BA50DD
Text Example
Text Example
White with #BA50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50DD; }
p { color: rgb(186,80,221); }
H1.HeaderClassName
{
color: #BA50DD;
}
.AnyTagClassName
{
color: #BA50DD;
}
</style>
background-color css
<style>
a { background-color: #BA50DD; }
a { background-color: rgb(186,80,221); }
div.DivClassName
{
background-color: #BA50DD;
}
.BgClassName
{
background-color: #BA50DD;
}
</style>
border-color css
<style>
span { border-color: #BA50DD; }
span { border-color: rgb(186,80,221); }
td.TdClassName
{
border-color: #BA50DD;
}
.TagClassName
{
border-color: #BA50DD;
}
</style>