Shades of Medium Orchid #BA2FE7
Tints of Medium Orchid #BA2FE7
RGB
CMYK
RGB Variations
Color information
#BA2FE7 (or 0xBA2FE7) is known color: Medium Orchid. HEX triplet: BA, 2F and E7. RGB value is (186,47,231). Sum of RGB (Red+Green+Blue) = 186+47+231=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA2FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FE7 is #45D018. Grayscale: #6C6C6C. Windows color (decimal): -4575257 or 15151034. OLE color: 15151034.
HSL color Cylindrical-coordinate representation of color #BA2FE7: hue angle of 285.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2FE7 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 47 | 231 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.09 |
| HSL | 285.33º | 0.79% | 0.55% | - |
| HSV(B) | 285.33º | 0.8% | 0.91% | - |
| XYZ | 35.69 | 18.24 | 77.24 | - |
| YUV | 109.54 | 196.55 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 231 | 0.19 | 0.80 | 0 | 0.09 | 285.33 | 0.79 | 0.55 |
| Hex | BA | 2F | E7 | 13 | 50 | 0 | 9 | 11D | 4F | 37 |
| Octal | 272 | 57 | 347 | 23 | 120 | 0 | 11 | 435 | 117 | 67 |
| Binary | 10111010 | 101111 | 11100111 | 10011 | 1010000 | 0 | 1001 | 100011101 | 1001111 | 110111 |
Color Harmonies of #BA2FE7
Complementary color
Monochromatic Colors of #BA2FE7
Black with #BA2FE7
Text Example
Text Example
White with #BA2FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FE7; }
p { color: rgb(186,47,231); }
H1.HeaderClassName
{
color: #BA2FE7;
}
.AnyTagClassName
{
color: #BA2FE7;
}
</style>
background-color css
<style>
a { background-color: #BA2FE7; }
a { background-color: rgb(186,47,231); }
div.DivClassName
{
background-color: #BA2FE7;
}
.BgClassName
{
background-color: #BA2FE7;
}
</style>
border-color css
<style>
span { border-color: #BA2FE7; }
span { border-color: rgb(186,47,231); }
td.TdClassName
{
border-color: #BA2FE7;
}
.TagClassName
{
border-color: #BA2FE7;
}
</style>