Shades of Medium Orchid #BA31E8
Tints of Medium Orchid #BA31E8
RGB
CMYK
RGB Variations
Color information
#BA31E8 (or 0xBA31E8) is known color: Medium Orchid. HEX triplet: BA, 31 and E8. RGB value is (186,49,232). Sum of RGB (Red+Green+Blue) = 186+49+232=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA31E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31E8 is #45CE17. Grayscale: #6E6E6E. Windows color (decimal): -4574744 or 15217082. OLE color: 15217082.
HSL color Cylindrical-coordinate representation of color #BA31E8: hue angle of 284.92º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA31E8 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 49 | 232 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.09 |
| HSL | 284.92º | 0.8% | 0.55% | - |
| HSV(B) | 284.92º | 0.79% | 0.91% | - |
| XYZ | 35.91 | 18.46 | 78.01 | - |
| YUV | 110.83 | 196.39 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 232 | 0.20 | 0.79 | 0 | 0.09 | 284.92 | 0.8 | 0.55 |
| Hex | BA | 31 | E8 | 14 | 4F | 0 | 9 | 11D | 50 | 37 |
| Octal | 272 | 61 | 350 | 24 | 117 | 0 | 11 | 435 | 120 | 67 |
| Binary | 10111010 | 110001 | 11101000 | 10100 | 1001111 | 0 | 1001 | 100011101 | 1010000 | 110111 |
Color Harmonies of #BA31E8
Complementary color
Monochromatic Colors of #BA31E8
Black with #BA31E8
Text Example
Text Example
White with #BA31E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31E8; }
p { color: rgb(186,49,232); }
H1.HeaderClassName
{
color: #BA31E8;
}
.AnyTagClassName
{
color: #BA31E8;
}
</style>
background-color css
<style>
a { background-color: #BA31E8; }
a { background-color: rgb(186,49,232); }
div.DivClassName
{
background-color: #BA31E8;
}
.BgClassName
{
background-color: #BA31E8;
}
</style>
border-color css
<style>
span { border-color: #BA31E8; }
span { border-color: rgb(186,49,232); }
td.TdClassName
{
border-color: #BA31E8;
}
.TagClassName
{
border-color: #BA31E8;
}
</style>