Shades of Medium Orchid #BA50E5
Tints of Medium Orchid #BA50E5
RGB
CMYK
RGB Variations
Color information
#BA50E5 (or 0xBA50E5) is known color: Medium Orchid. HEX triplet: BA, 50 and E5. RGB value is (186,80,229). Sum of RGB (Red+Green+Blue) = 186+80+229=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA50E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50E5 is #45AF1A. Grayscale: #808080. Windows color (decimal): -4566811 or 15028410. OLE color: 15028410.
HSL color Cylindrical-coordinate representation of color #BA50E5: hue angle of 282.68º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA50E5 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 80 | 229 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.10 |
| HSL | 282.68º | 0.74% | 0.61% | - |
| HSV(B) | 282.68º | 0.65% | 0.9% | - |
| XYZ | 37.26 | 21.83 | 76.38 | - |
| YUV | 128.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 229 | 0.19 | 0.65 | 0 | 0.10 | 282.68 | 0.74 | 0.61 |
| Hex | BA | 50 | E5 | 13 | 41 | 0 | A | 11B | 4A | 3D |
| Octal | 272 | 120 | 345 | 23 | 101 | 0 | 12 | 433 | 112 | 75 |
| Binary | 10111010 | 1010000 | 11100101 | 10011 | 1000001 | 0 | 1010 | 100011011 | 1001010 | 111101 |
Color Harmonies of #BA50E5
Complementary color
Monochromatic Colors of #BA50E5
Black with #BA50E5
Text Example
Text Example
White with #BA50E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50E5; }
p { color: rgb(186,80,229); }
H1.HeaderClassName
{
color: #BA50E5;
}
.AnyTagClassName
{
color: #BA50E5;
}
</style>
background-color css
<style>
a { background-color: #BA50E5; }
a { background-color: rgb(186,80,229); }
div.DivClassName
{
background-color: #BA50E5;
}
.BgClassName
{
background-color: #BA50E5;
}
</style>
border-color css
<style>
span { border-color: #BA50E5; }
span { border-color: rgb(186,80,229); }
td.TdClassName
{
border-color: #BA50E5;
}
.TagClassName
{
border-color: #BA50E5;
}
</style>