Shades of Medium Orchid #BA45F6
Tints of Medium Orchid #BA45F6
RGB
CMYK
RGB Variations
Color information
#BA45F6 (or 0xBA45F6) is known color: Medium Orchid. HEX triplet: BA, 45 and F6. RGB value is (186,69,246). Sum of RGB (Red+Green+Blue) = 186+69+246=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA45F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45F6 is #45BA09. Grayscale: #7B7B7B. Windows color (decimal): -4569610 or 16139706. OLE color: 16139706.
HSL color Cylindrical-coordinate representation of color #BA45F6: hue angle of 279.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA45F6 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 69 | 246 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.04 |
| HSL | 279.66º | 0.91% | 0.62% | - |
| HSV(B) | 279.66º | 0.72% | 0.96% | - |
| XYZ | 39.01 | 21.35 | 89.25 | - |
| YUV | 124.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 246 | 0.24 | 0.72 | 0 | 0.04 | 279.66 | 0.91 | 0.62 |
| Hex | BA | 45 | F6 | 18 | 48 | 0 | 4 | 118 | 5B | 3E |
| Octal | 272 | 105 | 366 | 30 | 110 | 0 | 4 | 430 | 133 | 76 |
| Binary | 10111010 | 1000101 | 11110110 | 11000 | 1001000 | 0 | 100 | 100011000 | 1011011 | 111110 |
Color Harmonies of #BA45F6
Complementary color
Monochromatic Colors of #BA45F6
Black with #BA45F6
Text Example
Text Example
White with #BA45F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45F6; }
p { color: rgb(186,69,246); }
H1.HeaderClassName
{
color: #BA45F6;
}
.AnyTagClassName
{
color: #BA45F6;
}
</style>
background-color css
<style>
a { background-color: #BA45F6; }
a { background-color: rgb(186,69,246); }
div.DivClassName
{
background-color: #BA45F6;
}
.BgClassName
{
background-color: #BA45F6;
}
</style>
border-color css
<style>
span { border-color: #BA45F6; }
span { border-color: rgb(186,69,246); }
td.TdClassName
{
border-color: #BA45F6;
}
.TagClassName
{
border-color: #BA45F6;
}
</style>