Shades of Medium Orchid #BA42F9
Tints of Medium Orchid #BA42F9
RGB
CMYK
RGB Variations
Color information
#BA42F9 (or 0xBA42F9) is known color: Medium Orchid. HEX triplet: BA, 42 and F9. RGB value is (186,66,249). Sum of RGB (Red+Green+Blue) = 186+66+249=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA42F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42F9 is #45BD06. Grayscale: #7A7A7A. Windows color (decimal): -4570375 or 16335546. OLE color: 16335546.
HSL color Cylindrical-coordinate representation of color #BA42F9: hue angle of 279.34º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA42F9 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 66 | 249 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.02 |
| HSL | 279.34º | 0.94% | 0.62% | - |
| HSV(B) | 279.34º | 0.73% | 0.98% | - |
| XYZ | 39.3 | 21.18 | 91.64 | - |
| YUV | 122.74 | 199.26 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 249 | 0.25 | 0.73 | 0 | 0.02 | 279.34 | 0.94 | 0.62 |
| Hex | BA | 42 | F9 | 19 | 49 | 0 | 2 | 117 | 5E | 3E |
| Octal | 272 | 102 | 371 | 31 | 111 | 0 | 2 | 427 | 136 | 76 |
| Binary | 10111010 | 1000010 | 11111001 | 11001 | 1001001 | 0 | 10 | 100010111 | 1011110 | 111110 |
Color Harmonies of #BA42F9
Complementary color
Monochromatic Colors of #BA42F9
Black with #BA42F9
Text Example
Text Example
White with #BA42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42F9; }
p { color: rgb(186,66,249); }
H1.HeaderClassName
{
color: #BA42F9;
}
.AnyTagClassName
{
color: #BA42F9;
}
</style>
background-color css
<style>
a { background-color: #BA42F9; }
a { background-color: rgb(186,66,249); }
div.DivClassName
{
background-color: #BA42F9;
}
.BgClassName
{
background-color: #BA42F9;
}
</style>
border-color css
<style>
span { border-color: #BA42F9; }
span { border-color: rgb(186,66,249); }
td.TdClassName
{
border-color: #BA42F9;
}
.TagClassName
{
border-color: #BA42F9;
}
</style>