Shades of Medium Orchid #BA50D0
Tints of Medium Orchid #BA50D0
RGB
CMYK
RGB Variations
Color information
#BA50D0 (or 0xBA50D0) is known color: Medium Orchid. HEX triplet: BA, 50 and D0. RGB value is (186,80,208). Sum of RGB (Red+Green+Blue) = 186+80+208=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50D0 is #45AF2F. Grayscale: #7D7D7D. Windows color (decimal): -4566832 or 13652154. OLE color: 13652154.
HSL color Cylindrical-coordinate representation of color #BA50D0: hue angle of 289.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA50D0 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 80 | 208 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.18 |
| HSL | 289.69º | 0.58% | 0.56% | - |
| HSV(B) | 289.69º | 0.62% | 0.82% | - |
| XYZ | 34.5 | 20.73 | 61.86 | - |
| YUV | 126.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 208 | 0.11 | 0.62 | 0 | 0.18 | 289.69 | 0.58 | 0.56 |
| Hex | BA | 50 | D0 | B | 3E | 0 | 12 | 122 | 3A | 38 |
| Octal | 272 | 120 | 320 | 13 | 76 | 0 | 22 | 442 | 72 | 70 |
| Binary | 10111010 | 1010000 | 11010000 | 1011 | 111110 | 0 | 10010 | 100100010 | 111010 | 111000 |
Color Harmonies of #BA50D0
Complementary color
Monochromatic Colors of #BA50D0
Black with #BA50D0
Text Example
Text Example
White with #BA50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50D0; }
p { color: rgb(186,80,208); }
H1.HeaderClassName
{
color: #BA50D0;
}
.AnyTagClassName
{
color: #BA50D0;
}
</style>
background-color css
<style>
a { background-color: #BA50D0; }
a { background-color: rgb(186,80,208); }
div.DivClassName
{
background-color: #BA50D0;
}
.BgClassName
{
background-color: #BA50D0;
}
</style>
border-color css
<style>
span { border-color: #BA50D0; }
span { border-color: rgb(186,80,208); }
td.TdClassName
{
border-color: #BA50D0;
}
.TagClassName
{
border-color: #BA50D0;
}
</style>