Shades of Medium Orchid #BA32EA
Tints of Medium Orchid #BA32EA
RGB
CMYK
RGB Variations
Color information
#BA32EA (or 0xBA32EA) is known color: Medium Orchid. HEX triplet: BA, 32 and EA. RGB value is (186,50,234). Sum of RGB (Red+Green+Blue) = 186+50+234=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA32EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32EA is #45CD15. Grayscale: #6F6F6F. Windows color (decimal): -4574486 or 15348410. OLE color: 15348410.
HSL color Cylindrical-coordinate representation of color #BA32EA: hue angle of 284.35º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA32EA is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 50 | 234 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.08 |
| HSL | 284.35º | 0.81% | 0.56% | - |
| HSV(B) | 284.35º | 0.79% | 0.92% | - |
| XYZ | 36.24 | 18.66 | 79.53 | - |
| YUV | 111.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 234 | 0.21 | 0.79 | 0 | 0.08 | 284.35 | 0.81 | 0.56 |
| Hex | BA | 32 | EA | 15 | 4F | 0 | 8 | 11C | 51 | 38 |
| Octal | 272 | 62 | 352 | 25 | 117 | 0 | 10 | 434 | 121 | 70 |
| Binary | 10111010 | 110010 | 11101010 | 10101 | 1001111 | 0 | 1000 | 100011100 | 1010001 | 111000 |
Color Harmonies of #BA32EA
Complementary color
Monochromatic Colors of #BA32EA
Black with #BA32EA
Text Example
Text Example
White with #BA32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32EA; }
p { color: rgb(186,50,234); }
H1.HeaderClassName
{
color: #BA32EA;
}
.AnyTagClassName
{
color: #BA32EA;
}
</style>
background-color css
<style>
a { background-color: #BA32EA; }
a { background-color: rgb(186,50,234); }
div.DivClassName
{
background-color: #BA32EA;
}
.BgClassName
{
background-color: #BA32EA;
}
</style>
border-color css
<style>
span { border-color: #BA32EA; }
span { border-color: rgb(186,50,234); }
td.TdClassName
{
border-color: #BA32EA;
}
.TagClassName
{
border-color: #BA32EA;
}
</style>