Shades of Medium Orchid #BA32F6
Tints of Medium Orchid #BA32F6
RGB
CMYK
RGB Variations
Color information
#BA32F6 (or 0xBA32F6) is known color: Medium Orchid. HEX triplet: BA, 32 and F6. RGB value is (186,50,246). Sum of RGB (Red+Green+Blue) = 186+50+246=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA32F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32F6 is #45CD09. Grayscale: #707070. Windows color (decimal): -4574474 or 16134842. OLE color: 16134842.
HSL color Cylindrical-coordinate representation of color #BA32F6: hue angle of 281.63º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA32F6 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 50 | 246 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.04 |
| HSL | 281.63º | 0.92% | 0.58% | - |
| HSV(B) | 281.63º | 0.8% | 0.96% | - |
| XYZ | 38.02 | 19.37 | 88.92 | - |
| YUV | 113.01 | 203.06 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 246 | 0.24 | 0.80 | 0 | 0.04 | 281.63 | 0.92 | 0.58 |
| Hex | BA | 32 | F6 | 18 | 50 | 0 | 4 | 11A | 5C | 3A |
| Octal | 272 | 62 | 366 | 30 | 120 | 0 | 4 | 432 | 134 | 72 |
| Binary | 10111010 | 110010 | 11110110 | 11000 | 1010000 | 0 | 100 | 100011010 | 1011100 | 111010 |
Color Harmonies of #BA32F6
Complementary color
Monochromatic Colors of #BA32F6
Black with #BA32F6
Text Example
Text Example
White with #BA32F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32F6; }
p { color: rgb(186,50,246); }
H1.HeaderClassName
{
color: #BA32F6;
}
.AnyTagClassName
{
color: #BA32F6;
}
</style>
background-color css
<style>
a { background-color: #BA32F6; }
a { background-color: rgb(186,50,246); }
div.DivClassName
{
background-color: #BA32F6;
}
.BgClassName
{
background-color: #BA32F6;
}
</style>
border-color css
<style>
span { border-color: #BA32F6; }
span { border-color: rgb(186,50,246); }
td.TdClassName
{
border-color: #BA32F6;
}
.TagClassName
{
border-color: #BA32F6;
}
</style>