Shades of Medium Orchid #BA37E8
Tints of Medium Orchid #BA37E8
RGB
CMYK
RGB Variations
Color information
#BA37E8 (or 0xBA37E8) is known color: Medium Orchid. HEX triplet: BA, 37 and E8. RGB value is (186,55,232). Sum of RGB (Red+Green+Blue) = 186+55+232=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA37E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37E8 is #45C817. Grayscale: #717171. Windows color (decimal): -4573208 or 15218618. OLE color: 15218618.
HSL color Cylindrical-coordinate representation of color #BA37E8: hue angle of 284.41º 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 #BA37E8 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 55 | 232 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.09 |
| HSL | 284.41º | 0.79% | 0.56% | - |
| HSV(B) | 284.41º | 0.76% | 0.91% | - |
| XYZ | 36.18 | 19 | 78.1 | - |
| YUV | 114.35 | 194.4 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 232 | 0.20 | 0.76 | 0 | 0.09 | 284.41 | 0.79 | 0.56 |
| Hex | BA | 37 | E8 | 14 | 4C | 0 | 9 | 11C | 4F | 38 |
| Octal | 272 | 67 | 350 | 24 | 114 | 0 | 11 | 434 | 117 | 70 |
| Binary | 10111010 | 110111 | 11101000 | 10100 | 1001100 | 0 | 1001 | 100011100 | 1001111 | 111000 |
Color Harmonies of #BA37E8
Complementary color
Monochromatic Colors of #BA37E8
Black with #BA37E8
Text Example
Text Example
White with #BA37E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37E8; }
p { color: rgb(186,55,232); }
H1.HeaderClassName
{
color: #BA37E8;
}
.AnyTagClassName
{
color: #BA37E8;
}
</style>
background-color css
<style>
a { background-color: #BA37E8; }
a { background-color: rgb(186,55,232); }
div.DivClassName
{
background-color: #BA37E8;
}
.BgClassName
{
background-color: #BA37E8;
}
</style>
border-color css
<style>
span { border-color: #BA37E8; }
span { border-color: rgb(186,55,232); }
td.TdClassName
{
border-color: #BA37E8;
}
.TagClassName
{
border-color: #BA37E8;
}
</style>