Shades of Medium Orchid #BA46D5
Tints of Medium Orchid #BA46D5
RGB
CMYK
RGB Variations
Color information
#BA46D5 (or 0xBA46D5) is known color: Medium Orchid. HEX triplet: BA, 46 and D5. RGB value is (186,70,213). Sum of RGB (Red+Green+Blue) = 186+70+213=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA46D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46D5 is #45B92A. Grayscale: #787878. Windows color (decimal): -4569387 or 13977274. OLE color: 13977274.
HSL color Cylindrical-coordinate representation of color #BA46D5: hue angle of 288.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA46D5 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 70 | 213 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.16 |
| HSL | 288.67º | 0.63% | 0.55% | - |
| HSV(B) | 288.67º | 0.67% | 0.84% | - |
| XYZ | 34.45 | 19.62 | 64.92 | - |
| YUV | 120.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 213 | 0.13 | 0.67 | 0 | 0.16 | 288.67 | 0.63 | 0.55 |
| Hex | BA | 46 | D5 | D | 43 | 0 | 10 | 121 | 3F | 37 |
| Octal | 272 | 106 | 325 | 15 | 103 | 0 | 20 | 441 | 77 | 67 |
| Binary | 10111010 | 1000110 | 11010101 | 1101 | 1000011 | 0 | 10000 | 100100001 | 111111 | 110111 |
Color Harmonies of #BA46D5
Complementary color
Monochromatic Colors of #BA46D5
Black with #BA46D5
Text Example
Text Example
White with #BA46D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46D5; }
p { color: rgb(186,70,213); }
H1.HeaderClassName
{
color: #BA46D5;
}
.AnyTagClassName
{
color: #BA46D5;
}
</style>
background-color css
<style>
a { background-color: #BA46D5; }
a { background-color: rgb(186,70,213); }
div.DivClassName
{
background-color: #BA46D5;
}
.BgClassName
{
background-color: #BA46D5;
}
</style>
border-color css
<style>
span { border-color: #BA46D5; }
span { border-color: rgb(186,70,213); }
td.TdClassName
{
border-color: #BA46D5;
}
.TagClassName
{
border-color: #BA46D5;
}
</style>