Shades of Medium Orchid #BA42F7
Tints of Medium Orchid #BA42F7
RGB
CMYK
RGB Variations
Color information
#BA42F7 (or 0xBA42F7) is known color: Medium Orchid. HEX triplet: BA, 42 and F7. RGB value is (186,66,247). Sum of RGB (Red+Green+Blue) = 186+66+247=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA42F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42F7 is #45BD08. Grayscale: #797979. Windows color (decimal): -4570377 or 16204474. OLE color: 16204474.
HSL color Cylindrical-coordinate representation of color #BA42F7: hue angle of 279.78º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA42F7 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 66 | 247 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.03 |
| HSL | 279.78º | 0.92% | 0.61% | - |
| HSV(B) | 279.78º | 0.73% | 0.97% | - |
| XYZ | 38.99 | 21.05 | 90 | - |
| YUV | 122.51 | 198.26 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 247 | 0.25 | 0.73 | 0 | 0.03 | 279.78 | 0.92 | 0.61 |
| Hex | BA | 42 | F7 | 19 | 49 | 0 | 3 | 118 | 5C | 3D |
| Octal | 272 | 102 | 367 | 31 | 111 | 0 | 3 | 430 | 134 | 75 |
| Binary | 10111010 | 1000010 | 11110111 | 11001 | 1001001 | 0 | 11 | 100011000 | 1011100 | 111101 |
Color Harmonies of #BA42F7
Complementary color
Monochromatic Colors of #BA42F7
Black with #BA42F7
Text Example
Text Example
White with #BA42F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42F7; }
p { color: rgb(186,66,247); }
H1.HeaderClassName
{
color: #BA42F7;
}
.AnyTagClassName
{
color: #BA42F7;
}
</style>
background-color css
<style>
a { background-color: #BA42F7; }
a { background-color: rgb(186,66,247); }
div.DivClassName
{
background-color: #BA42F7;
}
.BgClassName
{
background-color: #BA42F7;
}
</style>
border-color css
<style>
span { border-color: #BA42F7; }
span { border-color: rgb(186,66,247); }
td.TdClassName
{
border-color: #BA42F7;
}
.TagClassName
{
border-color: #BA42F7;
}
</style>