Shades of Medium Orchid #BA42EA
Tints of Medium Orchid #BA42EA
RGB
CMYK
RGB Variations
Color information
#BA42EA (or 0xBA42EA) is known color: Medium Orchid. HEX triplet: BA, 42 and EA. RGB value is (186,66,234). Sum of RGB (Red+Green+Blue) = 186+66+234=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA42EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42EA is #45BD15. Grayscale: #787878. Windows color (decimal): -4570390 or 15352506. OLE color: 15352506.
HSL color Cylindrical-coordinate representation of color #BA42EA: hue angle of 282.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA42EA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 66 | 234 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.08 |
| HSL | 282.86º | 0.8% | 0.59% | - |
| HSV(B) | 282.86º | 0.72% | 0.92% | - |
| XYZ | 37.05 | 20.28 | 79.8 | - |
| YUV | 121.03 | 191.76 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 234 | 0.21 | 0.72 | 0 | 0.08 | 282.86 | 0.8 | 0.59 |
| Hex | BA | 42 | EA | 15 | 48 | 0 | 8 | 11B | 50 | 3B |
| Octal | 272 | 102 | 352 | 25 | 110 | 0 | 10 | 433 | 120 | 73 |
| Binary | 10111010 | 1000010 | 11101010 | 10101 | 1001000 | 0 | 1000 | 100011011 | 1010000 | 111011 |
Color Harmonies of #BA42EA
Complementary color
Monochromatic Colors of #BA42EA
Black with #BA42EA
Text Example
Text Example
White with #BA42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42EA; }
p { color: rgb(186,66,234); }
H1.HeaderClassName
{
color: #BA42EA;
}
.AnyTagClassName
{
color: #BA42EA;
}
</style>
background-color css
<style>
a { background-color: #BA42EA; }
a { background-color: rgb(186,66,234); }
div.DivClassName
{
background-color: #BA42EA;
}
.BgClassName
{
background-color: #BA42EA;
}
</style>
border-color css
<style>
span { border-color: #BA42EA; }
span { border-color: rgb(186,66,234); }
td.TdClassName
{
border-color: #BA42EA;
}
.TagClassName
{
border-color: #BA42EA;
}
</style>