Shades of Medium Orchid #BA42F6
Tints of Medium Orchid #BA42F6
RGB
CMYK
RGB Variations
Color information
#BA42F6 (or 0xBA42F6) is known color: Medium Orchid. HEX triplet: BA, 42 and F6. RGB value is (186,66,246). Sum of RGB (Red+Green+Blue) = 186+66+246=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA42F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42F6 is #45BD09. Grayscale: #797979. Windows color (decimal): -4570378 or 16138938. OLE color: 16138938.
HSL color Cylindrical-coordinate representation of color #BA42F6: hue angle of 280º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA42F6 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 66 | 246 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.04 |
| HSL | 280º | 0.91% | 0.61% | - |
| HSV(B) | 280º | 0.73% | 0.96% | - |
| XYZ | 38.83 | 20.99 | 89.19 | - |
| YUV | 122.4 | 197.76 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 246 | 0.24 | 0.73 | 0 | 0.04 | 280 | 0.91 | 0.61 |
| Hex | BA | 42 | F6 | 18 | 49 | 0 | 4 | 118 | 5B | 3D |
| Octal | 272 | 102 | 366 | 30 | 111 | 0 | 4 | 430 | 133 | 75 |
| Binary | 10111010 | 1000010 | 11110110 | 11000 | 1001001 | 0 | 100 | 100011000 | 1011011 | 111101 |
Color Harmonies of #BA42F6
Complementary color
Monochromatic Colors of #BA42F6
Black with #BA42F6
Text Example
Text Example
White with #BA42F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42F6; }
p { color: rgb(186,66,246); }
H1.HeaderClassName
{
color: #BA42F6;
}
.AnyTagClassName
{
color: #BA42F6;
}
</style>
background-color css
<style>
a { background-color: #BA42F6; }
a { background-color: rgb(186,66,246); }
div.DivClassName
{
background-color: #BA42F6;
}
.BgClassName
{
background-color: #BA42F6;
}
</style>
border-color css
<style>
span { border-color: #BA42F6; }
span { border-color: rgb(186,66,246); }
td.TdClassName
{
border-color: #BA42F6;
}
.TagClassName
{
border-color: #BA42F6;
}
</style>