Shades of Medium Orchid #BA50D5
Tints of Medium Orchid #BA50D5
RGB
CMYK
RGB Variations
Color information
#BA50D5 (or 0xBA50D5) is known color: Medium Orchid. HEX triplet: BA, 50 and D5. RGB value is (186,80,213). Sum of RGB (Red+Green+Blue) = 186+80+213=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA50D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50D5 is #45AF2A. Grayscale: #7E7E7E. Windows color (decimal): -4566827 or 13979834. OLE color: 13979834.
HSL color Cylindrical-coordinate representation of color #BA50D5: hue angle of 287.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA50D5 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 80 | 213 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.16 |
| HSL | 287.82º | 0.61% | 0.57% | - |
| HSV(B) | 287.82º | 0.62% | 0.84% | - |
| XYZ | 35.13 | 20.98 | 65.15 | - |
| YUV | 126.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 213 | 0.13 | 0.62 | 0 | 0.16 | 287.82 | 0.61 | 0.57 |
| Hex | BA | 50 | D5 | D | 3E | 0 | 10 | 120 | 3D | 39 |
| Octal | 272 | 120 | 325 | 15 | 76 | 0 | 20 | 440 | 75 | 71 |
| Binary | 10111010 | 1010000 | 11010101 | 1101 | 111110 | 0 | 10000 | 100100000 | 111101 | 111001 |
Color Harmonies of #BA50D5
Complementary color
Monochromatic Colors of #BA50D5
Black with #BA50D5
Text Example
Text Example
White with #BA50D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50D5; }
p { color: rgb(186,80,213); }
H1.HeaderClassName
{
color: #BA50D5;
}
.AnyTagClassName
{
color: #BA50D5;
}
</style>
background-color css
<style>
a { background-color: #BA50D5; }
a { background-color: rgb(186,80,213); }
div.DivClassName
{
background-color: #BA50D5;
}
.BgClassName
{
background-color: #BA50D5;
}
</style>
border-color css
<style>
span { border-color: #BA50D5; }
span { border-color: rgb(186,80,213); }
td.TdClassName
{
border-color: #BA50D5;
}
.TagClassName
{
border-color: #BA50D5;
}
</style>