Shades of Medium Orchid #BA31F1
Tints of Medium Orchid #BA31F1
RGB
CMYK
RGB Variations
Color information
#BA31F1 (or 0xBA31F1) is known color: Medium Orchid. HEX triplet: BA, 31 and F1. RGB value is (186,49,241). Sum of RGB (Red+Green+Blue) = 186+49+241=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA31F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31F1 is #45CE0E. Grayscale: #6F6F6F. Windows color (decimal): -4574735 or 15806906. OLE color: 15806906.
HSL color Cylindrical-coordinate representation of color #BA31F1: hue angle of 282.81º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA31F1 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 49 | 241 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.05 |
| HSL | 282.81º | 0.87% | 0.57% | - |
| HSV(B) | 282.81º | 0.8% | 0.95% | - |
| XYZ | 37.23 | 18.99 | 84.92 | - |
| YUV | 111.85 | 200.89 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 241 | 0.23 | 0.80 | 0 | 0.05 | 282.81 | 0.87 | 0.57 |
| Hex | BA | 31 | F1 | 17 | 50 | 0 | 5 | 11B | 57 | 39 |
| Octal | 272 | 61 | 361 | 27 | 120 | 0 | 5 | 433 | 127 | 71 |
| Binary | 10111010 | 110001 | 11110001 | 10111 | 1010000 | 0 | 101 | 100011011 | 1010111 | 111001 |
Color Harmonies of #BA31F1
Complementary color
Monochromatic Colors of #BA31F1
Black with #BA31F1
Text Example
Text Example
White with #BA31F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31F1; }
p { color: rgb(186,49,241); }
H1.HeaderClassName
{
color: #BA31F1;
}
.AnyTagClassName
{
color: #BA31F1;
}
</style>
background-color css
<style>
a { background-color: #BA31F1; }
a { background-color: rgb(186,49,241); }
div.DivClassName
{
background-color: #BA31F1;
}
.BgClassName
{
background-color: #BA31F1;
}
</style>
border-color css
<style>
span { border-color: #BA31F1; }
span { border-color: rgb(186,49,241); }
td.TdClassName
{
border-color: #BA31F1;
}
.TagClassName
{
border-color: #BA31F1;
}
</style>