Shades of Medium Orchid #BA42EB
Tints of Medium Orchid #BA42EB
RGB
CMYK
RGB Variations
Color information
#BA42EB (or 0xBA42EB) is known color: Medium Orchid. HEX triplet: BA, 42 and EB. RGB value is (186,66,235). Sum of RGB (Red+Green+Blue) = 186+66+235=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA42EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42EB is #45BD14. Grayscale: #787878. Windows color (decimal): -4570389 or 15418042. OLE color: 15418042.
HSL color Cylindrical-coordinate representation of color #BA42EB: hue angle of 282.6º degrees, saturation: 0.81, 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 #BA42EB is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 66 | 235 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.08 |
| HSL | 282.6º | 0.81% | 0.59% | - |
| HSV(B) | 282.6º | 0.72% | 0.92% | - |
| XYZ | 37.19 | 20.33 | 80.56 | - |
| YUV | 121.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 235 | 0.21 | 0.72 | 0 | 0.08 | 282.6 | 0.81 | 0.59 |
| Hex | BA | 42 | EB | 15 | 48 | 0 | 8 | 11B | 51 | 3B |
| Octal | 272 | 102 | 353 | 25 | 110 | 0 | 10 | 433 | 121 | 73 |
| Binary | 10111010 | 1000010 | 11101011 | 10101 | 1001000 | 0 | 1000 | 100011011 | 1010001 | 111011 |
Color Harmonies of #BA42EB
Complementary color
Monochromatic Colors of #BA42EB
Black with #BA42EB
Text Example
Text Example
White with #BA42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42EB; }
p { color: rgb(186,66,235); }
H1.HeaderClassName
{
color: #BA42EB;
}
.AnyTagClassName
{
color: #BA42EB;
}
</style>
background-color css
<style>
a { background-color: #BA42EB; }
a { background-color: rgb(186,66,235); }
div.DivClassName
{
background-color: #BA42EB;
}
.BgClassName
{
background-color: #BA42EB;
}
</style>
border-color css
<style>
span { border-color: #BA42EB; }
span { border-color: rgb(186,66,235); }
td.TdClassName
{
border-color: #BA42EB;
}
.TagClassName
{
border-color: #BA42EB;
}
</style>