Shades of Medium Orchid #BA32EC
Tints of Medium Orchid #BA32EC
RGB
CMYK
RGB Variations
Color information
#BA32EC (or 0xBA32EC) is known color: Medium Orchid. HEX triplet: BA, 32 and EC. RGB value is (186,50,236). Sum of RGB (Red+Green+Blue) = 186+50+236=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32EC is #45CD13. Grayscale: #6F6F6F. Windows color (decimal): -4574484 or 15479482. OLE color: 15479482.
HSL color Cylindrical-coordinate representation of color #BA32EC: hue angle of 283.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA32EC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 50 | 236 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.07 |
| HSL | 283.87º | 0.83% | 0.56% | - |
| HSV(B) | 283.87º | 0.79% | 0.93% | - |
| XYZ | 36.53 | 18.78 | 81.06 | - |
| YUV | 111.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 236 | 0.21 | 0.79 | 0 | 0.07 | 283.87 | 0.83 | 0.56 |
| Hex | BA | 32 | EC | 15 | 4F | 0 | 7 | 11C | 53 | 38 |
| Octal | 272 | 62 | 354 | 25 | 117 | 0 | 7 | 434 | 123 | 70 |
| Binary | 10111010 | 110010 | 11101100 | 10101 | 1001111 | 0 | 111 | 100011100 | 1010011 | 111000 |
Color Harmonies of #BA32EC
Complementary color
Monochromatic Colors of #BA32EC
Black with #BA32EC
Text Example
Text Example
White with #BA32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32EC; }
p { color: rgb(186,50,236); }
H1.HeaderClassName
{
color: #BA32EC;
}
.AnyTagClassName
{
color: #BA32EC;
}
</style>
background-color css
<style>
a { background-color: #BA32EC; }
a { background-color: rgb(186,50,236); }
div.DivClassName
{
background-color: #BA32EC;
}
.BgClassName
{
background-color: #BA32EC;
}
</style>
border-color css
<style>
span { border-color: #BA32EC; }
span { border-color: rgb(186,50,236); }
td.TdClassName
{
border-color: #BA32EC;
}
.TagClassName
{
border-color: #BA32EC;
}
</style>