Shades of Medium Orchid #BA31D8
Tints of Medium Orchid #BA31D8
RGB
CMYK
RGB Variations
Color information
#BA31D8 (or 0xBA31D8) is known color: Medium Orchid. HEX triplet: BA, 31 and D8. RGB value is (186,49,216). Sum of RGB (Red+Green+Blue) = 186+49+216=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA31D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31D8 is #45CE27. Grayscale: #6C6C6C. Windows color (decimal): -4574760 or 14168506. OLE color: 14168506.
HSL color Cylindrical-coordinate representation of color #BA31D8: hue angle of 289.22º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA31D8 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 49 | 216 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.15 |
| HSL | 289.22º | 0.68% | 0.52% | - |
| HSV(B) | 289.22º | 0.77% | 0.85% | - |
| XYZ | 33.74 | 17.59 | 66.58 | - |
| YUV | 109 | 188.39 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 216 | 0.14 | 0.77 | 0 | 0.15 | 289.22 | 0.68 | 0.52 |
| Hex | BA | 31 | D8 | E | 4D | 0 | F | 121 | 44 | 34 |
| Octal | 272 | 61 | 330 | 16 | 115 | 0 | 17 | 441 | 104 | 64 |
| Binary | 10111010 | 110001 | 11011000 | 1110 | 1001101 | 0 | 1111 | 100100001 | 1000100 | 110100 |
Color Harmonies of #BA31D8
Complementary color
Monochromatic Colors of #BA31D8
Black with #BA31D8
Text Example
Text Example
White with #BA31D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31D8; }
p { color: rgb(186,49,216); }
H1.HeaderClassName
{
color: #BA31D8;
}
.AnyTagClassName
{
color: #BA31D8;
}
</style>
background-color css
<style>
a { background-color: #BA31D8; }
a { background-color: rgb(186,49,216); }
div.DivClassName
{
background-color: #BA31D8;
}
.BgClassName
{
background-color: #BA31D8;
}
</style>
border-color css
<style>
span { border-color: #BA31D8; }
span { border-color: rgb(186,49,216); }
td.TdClassName
{
border-color: #BA31D8;
}
.TagClassName
{
border-color: #BA31D8;
}
</style>