Shades of Medium Orchid #BA32CF
Tints of Medium Orchid #BA32CF
RGB
CMYK
RGB Variations
Color information
#BA32CF (or 0xBA32CF) is known color: Medium Orchid. HEX triplet: BA, 32 and CF. RGB value is (186,50,207). Sum of RGB (Red+Green+Blue) = 186+50+207=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA32CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32CF is #45CD30. Grayscale: #6C6C6C. Windows color (decimal): -4574513 or 13578938. OLE color: 13578938.
HSL color Cylindrical-coordinate representation of color #BA32CF: hue angle of 291.97º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA32CF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 50 | 207 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.19 |
| HSL | 291.97º | 0.62% | 0.5% | - |
| HSV(B) | 291.97º | 0.76% | 0.81% | - |
| XYZ | 32.65 | 17.23 | 60.64 | - |
| YUV | 108.56 | 183.56 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 207 | 0.10 | 0.76 | 0 | 0.19 | 291.97 | 0.62 | 0.5 |
| Hex | BA | 32 | CF | A | 4C | 0 | 13 | 124 | 3E | 32 |
| Octal | 272 | 62 | 317 | 12 | 114 | 0 | 23 | 444 | 76 | 62 |
| Binary | 10111010 | 110010 | 11001111 | 1010 | 1001100 | 0 | 10011 | 100100100 | 111110 | 110010 |
Color Harmonies of #BA32CF
Complementary color
Monochromatic Colors of #BA32CF
Black with #BA32CF
Text Example
Text Example
White with #BA32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32CF; }
p { color: rgb(186,50,207); }
H1.HeaderClassName
{
color: #BA32CF;
}
.AnyTagClassName
{
color: #BA32CF;
}
</style>
background-color css
<style>
a { background-color: #BA32CF; }
a { background-color: rgb(186,50,207); }
div.DivClassName
{
background-color: #BA32CF;
}
.BgClassName
{
background-color: #BA32CF;
}
</style>
border-color css
<style>
span { border-color: #BA32CF; }
span { border-color: rgb(186,50,207); }
td.TdClassName
{
border-color: #BA32CF;
}
.TagClassName
{
border-color: #BA32CF;
}
</style>