Shades of Medium Orchid #BA37E7
Tints of Medium Orchid #BA37E7
RGB
CMYK
RGB Variations
Color information
#BA37E7 (or 0xBA37E7) is known color: Medium Orchid. HEX triplet: BA, 37 and E7. RGB value is (186,55,231). Sum of RGB (Red+Green+Blue) = 186+55+231=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA37E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37E7 is #45C818. Grayscale: #717171. Windows color (decimal): -4573209 or 15153082. OLE color: 15153082.
HSL color Cylindrical-coordinate representation of color #BA37E7: hue angle of 284.66º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA37E7 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 55 | 231 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.09 |
| HSL | 284.66º | 0.79% | 0.56% | - |
| HSV(B) | 284.66º | 0.76% | 0.91% | - |
| XYZ | 36.04 | 18.94 | 77.36 | - |
| YUV | 114.23 | 193.9 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 231 | 0.19 | 0.76 | 0 | 0.09 | 284.66 | 0.79 | 0.56 |
| Hex | BA | 37 | E7 | 13 | 4C | 0 | 9 | 11D | 4F | 38 |
| Octal | 272 | 67 | 347 | 23 | 114 | 0 | 11 | 435 | 117 | 70 |
| Binary | 10111010 | 110111 | 11100111 | 10011 | 1001100 | 0 | 1001 | 100011101 | 1001111 | 111000 |
Color Harmonies of #BA37E7
Complementary color
Monochromatic Colors of #BA37E7
Black with #BA37E7
Text Example
Text Example
White with #BA37E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37E7; }
p { color: rgb(186,55,231); }
H1.HeaderClassName
{
color: #BA37E7;
}
.AnyTagClassName
{
color: #BA37E7;
}
</style>
background-color css
<style>
a { background-color: #BA37E7; }
a { background-color: rgb(186,55,231); }
div.DivClassName
{
background-color: #BA37E7;
}
.BgClassName
{
background-color: #BA37E7;
}
</style>
border-color css
<style>
span { border-color: #BA37E7; }
span { border-color: rgb(186,55,231); }
td.TdClassName
{
border-color: #BA37E7;
}
.TagClassName
{
border-color: #BA37E7;
}
</style>