Shades of Medium Orchid #BA50D7
Tints of Medium Orchid #BA50D7
RGB
CMYK
RGB Variations
Color information
#BA50D7 (or 0xBA50D7) is known color: Medium Orchid. HEX triplet: BA, 50 and D7. RGB value is (186,80,215). Sum of RGB (Red+Green+Blue) = 186+80+215=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA50D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50D7 is #45AF28. Grayscale: #7E7E7E. Windows color (decimal): -4566825 or 14110906. OLE color: 14110906.
HSL color Cylindrical-coordinate representation of color #BA50D7: hue angle of 287.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA50D7 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 80 | 215 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.16 |
| HSL | 287.11º | 0.63% | 0.58% | - |
| HSV(B) | 287.11º | 0.63% | 0.84% | - |
| XYZ | 35.38 | 21.08 | 66.49 | - |
| YUV | 127.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 215 | 0.13 | 0.63 | 0 | 0.16 | 287.11 | 0.63 | 0.58 |
| Hex | BA | 50 | D7 | D | 3F | 0 | 10 | 11F | 3F | 3A |
| Octal | 272 | 120 | 327 | 15 | 77 | 0 | 20 | 437 | 77 | 72 |
| Binary | 10111010 | 1010000 | 11010111 | 1101 | 111111 | 0 | 10000 | 100011111 | 111111 | 111010 |
Color Harmonies of #BA50D7
Complementary color
Monochromatic Colors of #BA50D7
Black with #BA50D7
Text Example
Text Example
White with #BA50D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50D7; }
p { color: rgb(186,80,215); }
H1.HeaderClassName
{
color: #BA50D7;
}
.AnyTagClassName
{
color: #BA50D7;
}
</style>
background-color css
<style>
a { background-color: #BA50D7; }
a { background-color: rgb(186,80,215); }
div.DivClassName
{
background-color: #BA50D7;
}
.BgClassName
{
background-color: #BA50D7;
}
</style>
border-color css
<style>
span { border-color: #BA50D7; }
span { border-color: rgb(186,80,215); }
td.TdClassName
{
border-color: #BA50D7;
}
.TagClassName
{
border-color: #BA50D7;
}
</style>