Shades of Medium Orchid #BA42E0
Tints of Medium Orchid #BA42E0
RGB
CMYK
RGB Variations
Color information
#BA42E0 (or 0xBA42E0) is known color: Medium Orchid. HEX triplet: BA, 42 and E0. RGB value is (186,66,224). Sum of RGB (Red+Green+Blue) = 186+66+224=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA42E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42E0 is #45BD1F. Grayscale: #777777. Windows color (decimal): -4570400 or 14697146. OLE color: 14697146.
HSL color Cylindrical-coordinate representation of color #BA42E0: hue angle of 285.57º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA42E0 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 66 | 224 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.12 |
| HSL | 285.57º | 0.72% | 0.57% | - |
| HSV(B) | 285.57º | 0.71% | 0.88% | - |
| XYZ | 35.65 | 19.72 | 72.45 | - |
| YUV | 119.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 224 | 0.17 | 0.71 | 0 | 0.12 | 285.57 | 0.72 | 0.57 |
| Hex | BA | 42 | E0 | 11 | 47 | 0 | C | 11E | 48 | 39 |
| Octal | 272 | 102 | 340 | 21 | 107 | 0 | 14 | 436 | 110 | 71 |
| Binary | 10111010 | 1000010 | 11100000 | 10001 | 1000111 | 0 | 1100 | 100011110 | 1001000 | 111001 |
Color Harmonies of #BA42E0
Complementary color
Monochromatic Colors of #BA42E0
Black with #BA42E0
Text Example
Text Example
White with #BA42E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42E0; }
p { color: rgb(186,66,224); }
H1.HeaderClassName
{
color: #BA42E0;
}
.AnyTagClassName
{
color: #BA42E0;
}
</style>
background-color css
<style>
a { background-color: #BA42E0; }
a { background-color: rgb(186,66,224); }
div.DivClassName
{
background-color: #BA42E0;
}
.BgClassName
{
background-color: #BA42E0;
}
</style>
border-color css
<style>
span { border-color: #BA42E0; }
span { border-color: rgb(186,66,224); }
td.TdClassName
{
border-color: #BA42E0;
}
.TagClassName
{
border-color: #BA42E0;
}
</style>