Shades of Medium Orchid #BA32ED
Tints of Medium Orchid #BA32ED
RGB
CMYK
RGB Variations
Color information
#BA32ED (or 0xBA32ED) is known color: Medium Orchid. HEX triplet: BA, 32 and ED. RGB value is (186,50,237). Sum of RGB (Red+Green+Blue) = 186+50+237=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 50 (19.92% from 255 or 10.57% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32ED is #45CD12. Grayscale: #6F6F6F. Windows color (decimal): -4574483 or 15545018. OLE color: 15545018.
HSL color Cylindrical-coordinate representation of color #BA32ED: hue angle of 283.64º degrees, saturation: 0.84, 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 #BA32ED is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 50 | 237 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.07 |
| HSL | 283.64º | 0.84% | 0.56% | - |
| HSV(B) | 283.64º | 0.79% | 0.93% | - |
| XYZ | 36.68 | 18.83 | 81.82 | - |
| YUV | 111.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 237 | 0.22 | 0.79 | 0 | 0.07 | 283.64 | 0.84 | 0.56 |
| Hex | BA | 32 | ED | 16 | 4F | 0 | 7 | 11C | 54 | 38 |
| Octal | 272 | 62 | 355 | 26 | 117 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111010 | 110010 | 11101101 | 10110 | 1001111 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BA32ED
Complementary color
Monochromatic Colors of #BA32ED
Black with #BA32ED
Text Example
Text Example
White with #BA32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32ED; }
p { color: rgb(186,50,237); }
H1.HeaderClassName
{
color: #BA32ED;
}
.AnyTagClassName
{
color: #BA32ED;
}
</style>
background-color css
<style>
a { background-color: #BA32ED; }
a { background-color: rgb(186,50,237); }
div.DivClassName
{
background-color: #BA32ED;
}
.BgClassName
{
background-color: #BA32ED;
}
</style>
border-color css
<style>
span { border-color: #BA32ED; }
span { border-color: rgb(186,50,237); }
td.TdClassName
{
border-color: #BA32ED;
}
.TagClassName
{
border-color: #BA32ED;
}
</style>