Shades of Medium Orchid #BA44F6
Tints of Medium Orchid #BA44F6
RGB
CMYK
RGB Variations
Color information
#BA44F6 (or 0xBA44F6) is known color: Medium Orchid. HEX triplet: BA, 44 and F6. RGB value is (186,68,246). Sum of RGB (Red+Green+Blue) = 186+68+246=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA44F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA44F6 is #45BB09. Grayscale: #7A7A7A. Windows color (decimal): -4569866 or 16139450. OLE color: 16139450.
HSL color Cylindrical-coordinate representation of color #BA44F6: hue angle of 279.78º 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 #BA44F6 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 68 | 246 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.04 |
| HSL | 279.78º | 0.91% | 0.62% | - |
| HSV(B) | 279.78º | 0.72% | 0.96% | - |
| XYZ | 38.95 | 21.23 | 89.23 | - |
| YUV | 123.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 246 | 0.24 | 0.72 | 0 | 0.04 | 279.78 | 0.91 | 0.62 |
| Hex | BA | 44 | F6 | 18 | 48 | 0 | 4 | 118 | 5B | 3E |
| Octal | 272 | 104 | 366 | 30 | 110 | 0 | 4 | 430 | 133 | 76 |
| Binary | 10111010 | 1000100 | 11110110 | 11000 | 1001000 | 0 | 100 | 100011000 | 1011011 | 111110 |
Color Harmonies of #BA44F6
Complementary color
Monochromatic Colors of #BA44F6
Black with #BA44F6
Text Example
Text Example
White with #BA44F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44F6; }
p { color: rgb(186,68,246); }
H1.HeaderClassName
{
color: #BA44F6;
}
.AnyTagClassName
{
color: #BA44F6;
}
</style>
background-color css
<style>
a { background-color: #BA44F6; }
a { background-color: rgb(186,68,246); }
div.DivClassName
{
background-color: #BA44F6;
}
.BgClassName
{
background-color: #BA44F6;
}
</style>
border-color css
<style>
span { border-color: #BA44F6; }
span { border-color: rgb(186,68,246); }
td.TdClassName
{
border-color: #BA44F6;
}
.TagClassName
{
border-color: #BA44F6;
}
</style>