Shades of Medium Orchid #BA42E7
Tints of Medium Orchid #BA42E7
RGB
CMYK
RGB Variations
Color information
#BA42E7 (or 0xBA42E7) is known color: Medium Orchid. HEX triplet: BA, 42 and E7. RGB value is (186,66,231). Sum of RGB (Red+Green+Blue) = 186+66+231=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA42E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42E7 is #45BD18. Grayscale: #787878. Windows color (decimal): -4570393 or 15155898. OLE color: 15155898.
HSL color Cylindrical-coordinate representation of color #BA42E7: hue angle of 283.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA42E7 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 66 | 231 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.09 |
| HSL | 283.64º | 0.77% | 0.58% | - |
| HSV(B) | 283.64º | 0.71% | 0.91% | - |
| XYZ | 36.62 | 20.11 | 77.55 | - |
| YUV | 120.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 231 | 0.19 | 0.71 | 0 | 0.09 | 283.64 | 0.77 | 0.58 |
| Hex | BA | 42 | E7 | 13 | 47 | 0 | 9 | 11C | 4D | 3A |
| Octal | 272 | 102 | 347 | 23 | 107 | 0 | 11 | 434 | 115 | 72 |
| Binary | 10111010 | 1000010 | 11100111 | 10011 | 1000111 | 0 | 1001 | 100011100 | 1001101 | 111010 |
Color Harmonies of #BA42E7
Complementary color
Monochromatic Colors of #BA42E7
Black with #BA42E7
Text Example
Text Example
White with #BA42E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42E7; }
p { color: rgb(186,66,231); }
H1.HeaderClassName
{
color: #BA42E7;
}
.AnyTagClassName
{
color: #BA42E7;
}
</style>
background-color css
<style>
a { background-color: #BA42E7; }
a { background-color: rgb(186,66,231); }
div.DivClassName
{
background-color: #BA42E7;
}
.BgClassName
{
background-color: #BA42E7;
}
</style>
border-color css
<style>
span { border-color: #BA42E7; }
span { border-color: rgb(186,66,231); }
td.TdClassName
{
border-color: #BA42E7;
}
.TagClassName
{
border-color: #BA42E7;
}
</style>