Shades of Medium Orchid #BA50D6
Tints of Medium Orchid #BA50D6
RGB
CMYK
RGB Variations
Color information
#BA50D6 (or 0xBA50D6) is known color: Medium Orchid. HEX triplet: BA, 50 and D6. RGB value is (186,80,214). Sum of RGB (Red+Green+Blue) = 186+80+214=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA50D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50D6 is #45AF29. Grayscale: #7E7E7E. Windows color (decimal): -4566826 or 14045370. OLE color: 14045370.
HSL color Cylindrical-coordinate representation of color #BA50D6: hue angle of 287.46º degrees, saturation: 0.62, 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 #BA50D6 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 80 | 214 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.16 |
| HSL | 287.46º | 0.62% | 0.58% | - |
| HSV(B) | 287.46º | 0.63% | 0.84% | - |
| XYZ | 35.26 | 21.03 | 65.82 | - |
| YUV | 126.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 214 | 0.13 | 0.63 | 0 | 0.16 | 287.46 | 0.62 | 0.58 |
| Hex | BA | 50 | D6 | D | 3F | 0 | 10 | 11F | 3E | 3A |
| Octal | 272 | 120 | 326 | 15 | 77 | 0 | 20 | 437 | 76 | 72 |
| Binary | 10111010 | 1010000 | 11010110 | 1101 | 111111 | 0 | 10000 | 100011111 | 111110 | 111010 |
Color Harmonies of #BA50D6
Complementary color
Monochromatic Colors of #BA50D6
Black with #BA50D6
Text Example
Text Example
White with #BA50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50D6; }
p { color: rgb(186,80,214); }
H1.HeaderClassName
{
color: #BA50D6;
}
.AnyTagClassName
{
color: #BA50D6;
}
</style>
background-color css
<style>
a { background-color: #BA50D6; }
a { background-color: rgb(186,80,214); }
div.DivClassName
{
background-color: #BA50D6;
}
.BgClassName
{
background-color: #BA50D6;
}
</style>
border-color css
<style>
span { border-color: #BA50D6; }
span { border-color: rgb(186,80,214); }
td.TdClassName
{
border-color: #BA50D6;
}
.TagClassName
{
border-color: #BA50D6;
}
</style>