Shades of Medium Orchid #BA4DE7
Tints of Medium Orchid #BA4DE7
RGB
CMYK
RGB Variations
Color information
#BA4DE7 (or 0xBA4DE7) is known color: Medium Orchid. HEX triplet: BA, 4D and E7. RGB value is (186,77,231). Sum of RGB (Red+Green+Blue) = 186+77+231=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA4DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DE7 is #45B218. Grayscale: #7E7E7E. Windows color (decimal): -4567577 or 15158714. OLE color: 15158714.
HSL color Cylindrical-coordinate representation of color #BA4DE7: hue angle of 282.47º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4DE7 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 77 | 231 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.09 |
| HSL | 282.47º | 0.76% | 0.6% | - |
| HSV(B) | 282.47º | 0.67% | 0.91% | - |
| XYZ | 37.33 | 21.52 | 77.79 | - |
| YUV | 127.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 231 | 0.19 | 0.67 | 0 | 0.09 | 282.47 | 0.76 | 0.6 |
| Hex | BA | 4D | E7 | 13 | 43 | 0 | 9 | 11A | 4C | 3C |
| Octal | 272 | 115 | 347 | 23 | 103 | 0 | 11 | 432 | 114 | 74 |
| Binary | 10111010 | 1001101 | 11100111 | 10011 | 1000011 | 0 | 1001 | 100011010 | 1001100 | 111100 |
Color Harmonies of #BA4DE7
Complementary color
Monochromatic Colors of #BA4DE7
Black with #BA4DE7
Text Example
Text Example
White with #BA4DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DE7; }
p { color: rgb(186,77,231); }
H1.HeaderClassName
{
color: #BA4DE7;
}
.AnyTagClassName
{
color: #BA4DE7;
}
</style>
background-color css
<style>
a { background-color: #BA4DE7; }
a { background-color: rgb(186,77,231); }
div.DivClassName
{
background-color: #BA4DE7;
}
.BgClassName
{
background-color: #BA4DE7;
}
</style>
border-color css
<style>
span { border-color: #BA4DE7; }
span { border-color: rgb(186,77,231); }
td.TdClassName
{
border-color: #BA4DE7;
}
.TagClassName
{
border-color: #BA4DE7;
}
</style>