Shades of Medium Orchid #BA50E4
Tints of Medium Orchid #BA50E4
RGB
CMYK
RGB Variations
Color information
#BA50E4 (or 0xBA50E4) is known color: Medium Orchid. HEX triplet: BA, 50 and E4. RGB value is (186,80,228). Sum of RGB (Red+Green+Blue) = 186+80+228=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 228 (89.45% from 255 or 46.15% from 494); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA50E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50E4 is #45AF1B. Grayscale: #808080. Windows color (decimal): -4566812 or 14962874. OLE color: 14962874.
HSL color Cylindrical-coordinate representation of color #BA50E4: hue angle of 282.97º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA50E4 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 80 | 228 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.11 |
| HSL | 282.97º | 0.73% | 0.6% | - |
| HSV(B) | 282.97º | 0.65% | 0.89% | - |
| XYZ | 37.12 | 21.78 | 75.65 | - |
| YUV | 128.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 228 | 0.18 | 0.65 | 0 | 0.11 | 282.97 | 0.73 | 0.6 |
| Hex | BA | 50 | E4 | 12 | 41 | 0 | B | 11B | 49 | 3C |
| Octal | 272 | 120 | 344 | 22 | 101 | 0 | 13 | 433 | 111 | 74 |
| Binary | 10111010 | 1010000 | 11100100 | 10010 | 1000001 | 0 | 1011 | 100011011 | 1001001 | 111100 |
Color Harmonies of #BA50E4
Complementary color
Monochromatic Colors of #BA50E4
Black with #BA50E4
Text Example
Text Example
White with #BA50E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50E4; }
p { color: rgb(186,80,228); }
H1.HeaderClassName
{
color: #BA50E4;
}
.AnyTagClassName
{
color: #BA50E4;
}
</style>
background-color css
<style>
a { background-color: #BA50E4; }
a { background-color: rgb(186,80,228); }
div.DivClassName
{
background-color: #BA50E4;
}
.BgClassName
{
background-color: #BA50E4;
}
</style>
border-color css
<style>
span { border-color: #BA50E4; }
span { border-color: rgb(186,80,228); }
td.TdClassName
{
border-color: #BA50E4;
}
.TagClassName
{
border-color: #BA50E4;
}
</style>