Shades of Medium Orchid #BA46E6
Tints of Medium Orchid #BA46E6
RGB
CMYK
RGB Variations
Color information
#BA46E6 (or 0xBA46E6) is known color: Medium Orchid. HEX triplet: BA, 46 and E6. RGB value is (186,70,230). Sum of RGB (Red+Green+Blue) = 186+70+230=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA46E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46E6 is #45B919. Grayscale: #7A7A7A. Windows color (decimal): -4569370 or 15091386. OLE color: 15091386.
HSL color Cylindrical-coordinate representation of color #BA46E6: hue angle of 283.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA46E6 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 70 | 230 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.10 |
| HSL | 283.5º | 0.76% | 0.59% | - |
| HSV(B) | 283.5º | 0.7% | 0.9% | - |
| XYZ | 36.72 | 20.53 | 76.89 | - |
| YUV | 122.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 230 | 0.19 | 0.70 | 0 | 0.10 | 283.5 | 0.76 | 0.59 |
| Hex | BA | 46 | E6 | 13 | 46 | 0 | A | 11C | 4C | 3B |
| Octal | 272 | 106 | 346 | 23 | 106 | 0 | 12 | 434 | 114 | 73 |
| Binary | 10111010 | 1000110 | 11100110 | 10011 | 1000110 | 0 | 1010 | 100011100 | 1001100 | 111011 |
Color Harmonies of #BA46E6
Complementary color
Monochromatic Colors of #BA46E6
Black with #BA46E6
Text Example
Text Example
White with #BA46E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA46E6; }
p { color: rgb(186,70,230); }
H1.HeaderClassName
{
color: #BA46E6;
}
.AnyTagClassName
{
color: #BA46E6;
}
</style>
background-color css
<style>
a { background-color: #BA46E6; }
a { background-color: rgb(186,70,230); }
div.DivClassName
{
background-color: #BA46E6;
}
.BgClassName
{
background-color: #BA46E6;
}
</style>
border-color css
<style>
span { border-color: #BA46E6; }
span { border-color: rgb(186,70,230); }
td.TdClassName
{
border-color: #BA46E6;
}
.TagClassName
{
border-color: #BA46E6;
}
</style>