Shades of Medium Orchid #BA4DEE
Tints of Medium Orchid #BA4DEE
RGB
CMYK
RGB Variations
Color information
#BA4DEE (or 0xBA4DEE) is known color: Medium Orchid. HEX triplet: BA, 4D and EE. RGB value is (186,77,238). Sum of RGB (Red+Green+Blue) = 186+77+238=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DEE is #45B211. Grayscale: #7F7F7F. Windows color (decimal): -4567570 or 15617466. OLE color: 15617466.
HSL color Cylindrical-coordinate representation of color #BA4DEE: hue angle of 280.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4DEE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 77 | 238 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.07 |
| HSL | 280.62º | 0.83% | 0.62% | - |
| HSV(B) | 280.62º | 0.68% | 0.93% | - |
| XYZ | 38.34 | 21.92 | 83.1 | - |
| YUV | 127.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 238 | 0.22 | 0.68 | 0 | 0.07 | 280.62 | 0.83 | 0.62 |
| Hex | BA | 4D | EE | 16 | 44 | 0 | 7 | 119 | 53 | 3E |
| Octal | 272 | 115 | 356 | 26 | 104 | 0 | 7 | 431 | 123 | 76 |
| Binary | 10111010 | 1001101 | 11101110 | 10110 | 1000100 | 0 | 111 | 100011001 | 1010011 | 111110 |
Color Harmonies of #BA4DEE
Complementary color
Monochromatic Colors of #BA4DEE
Black with #BA4DEE
Text Example
Text Example
White with #BA4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DEE; }
p { color: rgb(186,77,238); }
H1.HeaderClassName
{
color: #BA4DEE;
}
.AnyTagClassName
{
color: #BA4DEE;
}
</style>
background-color css
<style>
a { background-color: #BA4DEE; }
a { background-color: rgb(186,77,238); }
div.DivClassName
{
background-color: #BA4DEE;
}
.BgClassName
{
background-color: #BA4DEE;
}
</style>
border-color css
<style>
span { border-color: #BA4DEE; }
span { border-color: rgb(186,77,238); }
td.TdClassName
{
border-color: #BA4DEE;
}
.TagClassName
{
border-color: #BA4DEE;
}
</style>