Shades of Medium Orchid #BA31E6
Tints of Medium Orchid #BA31E6
RGB
CMYK
RGB Variations
Color information
#BA31E6 (or 0xBA31E6) is known color: Medium Orchid. HEX triplet: BA, 31 and E6. RGB value is (186,49,230). Sum of RGB (Red+Green+Blue) = 186+49+230=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA31E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31E6 is #45CE19. Grayscale: #6E6E6E. Windows color (decimal): -4574746 or 15086010. OLE color: 15086010.
HSL color Cylindrical-coordinate representation of color #BA31E6: hue angle of 285.41º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA31E6 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 49 | 230 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.10 |
| HSL | 285.41º | 0.78% | 0.55% | - |
| HSV(B) | 285.41º | 0.79% | 0.9% | - |
| XYZ | 35.63 | 18.35 | 76.53 | - |
| YUV | 110.6 | 195.39 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 230 | 0.19 | 0.79 | 0 | 0.10 | 285.41 | 0.78 | 0.55 |
| Hex | BA | 31 | E6 | 13 | 4F | 0 | A | 11D | 4E | 37 |
| Octal | 272 | 61 | 346 | 23 | 117 | 0 | 12 | 435 | 116 | 67 |
| Binary | 10111010 | 110001 | 11100110 | 10011 | 1001111 | 0 | 1010 | 100011101 | 1001110 | 110111 |
Color Harmonies of #BA31E6
Complementary color
Monochromatic Colors of #BA31E6
Black with #BA31E6
Text Example
Text Example
White with #BA31E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31E6; }
p { color: rgb(186,49,230); }
H1.HeaderClassName
{
color: #BA31E6;
}
.AnyTagClassName
{
color: #BA31E6;
}
</style>
background-color css
<style>
a { background-color: #BA31E6; }
a { background-color: rgb(186,49,230); }
div.DivClassName
{
background-color: #BA31E6;
}
.BgClassName
{
background-color: #BA31E6;
}
</style>
border-color css
<style>
span { border-color: #BA31E6; }
span { border-color: rgb(186,49,230); }
td.TdClassName
{
border-color: #BA31E6;
}
.TagClassName
{
border-color: #BA31E6;
}
</style>