Shades of Medium Orchid #BA31F2
Tints of Medium Orchid #BA31F2
RGB
CMYK
RGB Variations
Color information
#BA31F2 (or 0xBA31F2) is known color: Medium Orchid. HEX triplet: BA, 31 and F2. RGB value is (186,49,242). Sum of RGB (Red+Green+Blue) = 186+49+242=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA31F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31F2 is #45CE0D. Grayscale: #6F6F6F. Windows color (decimal): -4574734 or 15872442. OLE color: 15872442.
HSL color Cylindrical-coordinate representation of color #BA31F2: hue angle of 282.59º degrees, saturation: 0.88, 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 #BA31F2 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 49 | 242 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.05 |
| HSL | 282.59º | 0.88% | 0.57% | - |
| HSV(B) | 282.59º | 0.8% | 0.95% | - |
| XYZ | 37.38 | 19.05 | 85.71 | - |
| YUV | 111.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 242 | 0.23 | 0.80 | 0 | 0.05 | 282.59 | 0.88 | 0.57 |
| Hex | BA | 31 | F2 | 17 | 50 | 0 | 5 | 11B | 58 | 39 |
| Octal | 272 | 61 | 362 | 27 | 120 | 0 | 5 | 433 | 130 | 71 |
| Binary | 10111010 | 110001 | 11110010 | 10111 | 1010000 | 0 | 101 | 100011011 | 1011000 | 111001 |
Color Harmonies of #BA31F2
Complementary color
Monochromatic Colors of #BA31F2
Black with #BA31F2
Text Example
Text Example
White with #BA31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31F2; }
p { color: rgb(186,49,242); }
H1.HeaderClassName
{
color: #BA31F2;
}
.AnyTagClassName
{
color: #BA31F2;
}
</style>
background-color css
<style>
a { background-color: #BA31F2; }
a { background-color: rgb(186,49,242); }
div.DivClassName
{
background-color: #BA31F2;
}
.BgClassName
{
background-color: #BA31F2;
}
</style>
border-color css
<style>
span { border-color: #BA31F2; }
span { border-color: rgb(186,49,242); }
td.TdClassName
{
border-color: #BA31F2;
}
.TagClassName
{
border-color: #BA31F2;
}
</style>