Shades of Medium Orchid #BA31D6
Tints of Medium Orchid #BA31D6
RGB
CMYK
RGB Variations
Color information
#BA31D6 (or 0xBA31D6) is known color: Medium Orchid. HEX triplet: BA, 31 and D6. RGB value is (186,49,214). Sum of RGB (Red+Green+Blue) = 186+49+214=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA31D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA31D6 is #45CE29. Grayscale: #6C6C6C. Windows color (decimal): -4574762 or 14037434. OLE color: 14037434.
HSL color Cylindrical-coordinate representation of color #BA31D6: hue angle of 289.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA31D6 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 49 | 214 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.16 |
| HSL | 289.82º | 0.67% | 0.52% | - |
| HSV(B) | 289.82º | 0.77% | 0.84% | - |
| XYZ | 33.49 | 17.49 | 65.23 | - |
| YUV | 108.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 214 | 0.13 | 0.77 | 0 | 0.16 | 289.82 | 0.67 | 0.52 |
| Hex | BA | 31 | D6 | D | 4D | 0 | 10 | 122 | 43 | 34 |
| Octal | 272 | 61 | 326 | 15 | 115 | 0 | 20 | 442 | 103 | 64 |
| Binary | 10111010 | 110001 | 11010110 | 1101 | 1001101 | 0 | 10000 | 100100010 | 1000011 | 110100 |
Color Harmonies of #BA31D6
Complementary color
Monochromatic Colors of #BA31D6
Black with #BA31D6
Text Example
Text Example
White with #BA31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31D6; }
p { color: rgb(186,49,214); }
H1.HeaderClassName
{
color: #BA31D6;
}
.AnyTagClassName
{
color: #BA31D6;
}
</style>
background-color css
<style>
a { background-color: #BA31D6; }
a { background-color: rgb(186,49,214); }
div.DivClassName
{
background-color: #BA31D6;
}
.BgClassName
{
background-color: #BA31D6;
}
</style>
border-color css
<style>
span { border-color: #BA31D6; }
span { border-color: rgb(186,49,214); }
td.TdClassName
{
border-color: #BA31D6;
}
.TagClassName
{
border-color: #BA31D6;
}
</style>