Shades of Medium Orchid #BA31EB
Tints of Medium Orchid #BA31EB
RGB
CMYK
RGB Variations
Color information
#BA31EB (or 0xBA31EB) is known color: Medium Orchid. HEX triplet: BA, 31 and EB. RGB value is (186,49,235). Sum of RGB (Red+Green+Blue) = 186+49+235=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA31EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31EB is #45CE14. Grayscale: #6E6E6E. Windows color (decimal): -4574741 or 15413690. OLE color: 15413690.
HSL color Cylindrical-coordinate representation of color #BA31EB: hue angle of 284.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA31EB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 49 | 235 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.08 |
| HSL | 284.19º | 0.82% | 0.56% | - |
| HSV(B) | 284.19º | 0.79% | 0.92% | - |
| XYZ | 36.34 | 18.63 | 80.28 | - |
| YUV | 111.17 | 197.89 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 235 | 0.21 | 0.79 | 0 | 0.08 | 284.19 | 0.82 | 0.56 |
| Hex | BA | 31 | EB | 15 | 4F | 0 | 8 | 11C | 52 | 38 |
| Octal | 272 | 61 | 353 | 25 | 117 | 0 | 10 | 434 | 122 | 70 |
| Binary | 10111010 | 110001 | 11101011 | 10101 | 1001111 | 0 | 1000 | 100011100 | 1010010 | 111000 |
Color Harmonies of #BA31EB
Complementary color
Monochromatic Colors of #BA31EB
Black with #BA31EB
Text Example
Text Example
White with #BA31EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31EB; }
p { color: rgb(186,49,235); }
H1.HeaderClassName
{
color: #BA31EB;
}
.AnyTagClassName
{
color: #BA31EB;
}
</style>
background-color css
<style>
a { background-color: #BA31EB; }
a { background-color: rgb(186,49,235); }
div.DivClassName
{
background-color: #BA31EB;
}
.BgClassName
{
background-color: #BA31EB;
}
</style>
border-color css
<style>
span { border-color: #BA31EB; }
span { border-color: rgb(186,49,235); }
td.TdClassName
{
border-color: #BA31EB;
}
.TagClassName
{
border-color: #BA31EB;
}
</style>