Shades of Medium Orchid #BA42F8
Tints of Medium Orchid #BA42F8
RGB
CMYK
RGB Variations
Color information
#BA42F8 (or 0xBA42F8) is known color: Medium Orchid. HEX triplet: BA, 42 and F8. RGB value is (186,66,248). Sum of RGB (Red+Green+Blue) = 186+66+248=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA42F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42F8 is #45BD07. Grayscale: #7A7A7A. Windows color (decimal): -4570376 or 16270010. OLE color: 16270010.
HSL color Cylindrical-coordinate representation of color #BA42F8: hue angle of 279.56º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA42F8 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 66 | 248 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.03 |
| HSL | 279.56º | 0.93% | 0.62% | - |
| HSV(B) | 279.56º | 0.73% | 0.97% | - |
| XYZ | 39.14 | 21.11 | 90.82 | - |
| YUV | 122.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 248 | 0.25 | 0.73 | 0 | 0.03 | 279.56 | 0.93 | 0.62 |
| Hex | BA | 42 | F8 | 19 | 49 | 0 | 3 | 118 | 5D | 3E |
| Octal | 272 | 102 | 370 | 31 | 111 | 0 | 3 | 430 | 135 | 76 |
| Binary | 10111010 | 1000010 | 11111000 | 11001 | 1001001 | 0 | 11 | 100011000 | 1011101 | 111110 |
Color Harmonies of #BA42F8
Complementary color
Monochromatic Colors of #BA42F8
Black with #BA42F8
Text Example
Text Example
White with #BA42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42F8; }
p { color: rgb(186,66,248); }
H1.HeaderClassName
{
color: #BA42F8;
}
.AnyTagClassName
{
color: #BA42F8;
}
</style>
background-color css
<style>
a { background-color: #BA42F8; }
a { background-color: rgb(186,66,248); }
div.DivClassName
{
background-color: #BA42F8;
}
.BgClassName
{
background-color: #BA42F8;
}
</style>
border-color css
<style>
span { border-color: #BA42F8; }
span { border-color: rgb(186,66,248); }
td.TdClassName
{
border-color: #BA42F8;
}
.TagClassName
{
border-color: #BA42F8;
}
</style>