Shades of Medium Orchid #BA35E5
Tints of Medium Orchid #BA35E5
RGB
CMYK
RGB Variations
Color information
#BA35E5 (or 0xBA35E5) is known color: Medium Orchid. HEX triplet: BA, 35 and E5. RGB value is (186,53,229). Sum of RGB (Red+Green+Blue) = 186+53+229=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA35E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35E5 is #45CA1A. Grayscale: #707070. Windows color (decimal): -4573723 or 15021498. OLE color: 15021498.
HSL color Cylindrical-coordinate representation of color #BA35E5: hue angle of 285.34º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA35E5 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 53 | 229 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.10 |
| HSL | 285.34º | 0.77% | 0.55% | - |
| HSV(B) | 285.34º | 0.77% | 0.9% | - |
| XYZ | 35.67 | 18.64 | 75.85 | - |
| YUV | 112.83 | 193.56 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 229 | 0.19 | 0.77 | 0 | 0.10 | 285.34 | 0.77 | 0.55 |
| Hex | BA | 35 | E5 | 13 | 4D | 0 | A | 11D | 4D | 37 |
| Octal | 272 | 65 | 345 | 23 | 115 | 0 | 12 | 435 | 115 | 67 |
| Binary | 10111010 | 110101 | 11100101 | 10011 | 1001101 | 0 | 1010 | 100011101 | 1001101 | 110111 |
Color Harmonies of #BA35E5
Complementary color
Monochromatic Colors of #BA35E5
Black with #BA35E5
Text Example
Text Example
White with #BA35E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35E5; }
p { color: rgb(186,53,229); }
H1.HeaderClassName
{
color: #BA35E5;
}
.AnyTagClassName
{
color: #BA35E5;
}
</style>
background-color css
<style>
a { background-color: #BA35E5; }
a { background-color: rgb(186,53,229); }
div.DivClassName
{
background-color: #BA35E5;
}
.BgClassName
{
background-color: #BA35E5;
}
</style>
border-color css
<style>
span { border-color: #BA35E5; }
span { border-color: rgb(186,53,229); }
td.TdClassName
{
border-color: #BA35E5;
}
.TagClassName
{
border-color: #BA35E5;
}
</style>