Shades of Medium Orchid #BA35EA
Tints of Medium Orchid #BA35EA
RGB
CMYK
RGB Variations
Color information
#BA35EA (or 0xBA35EA) is known color: Medium Orchid. HEX triplet: BA, 35 and EA. RGB value is (186,53,234). Sum of RGB (Red+Green+Blue) = 186+53+234=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA35EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35EA is #45CA15. Grayscale: #707070. Windows color (decimal): -4573718 or 15349178. OLE color: 15349178.
HSL color Cylindrical-coordinate representation of color #BA35EA: hue angle of 284.09º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA35EA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 53 | 234 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.08 |
| HSL | 284.09º | 0.81% | 0.56% | - |
| HSV(B) | 284.09º | 0.77% | 0.92% | - |
| XYZ | 36.37 | 18.93 | 79.58 | - |
| YUV | 113.4 | 196.06 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 234 | 0.21 | 0.77 | 0 | 0.08 | 284.09 | 0.81 | 0.56 |
| Hex | BA | 35 | EA | 15 | 4D | 0 | 8 | 11C | 51 | 38 |
| Octal | 272 | 65 | 352 | 25 | 115 | 0 | 10 | 434 | 121 | 70 |
| Binary | 10111010 | 110101 | 11101010 | 10101 | 1001101 | 0 | 1000 | 100011100 | 1010001 | 111000 |
Color Harmonies of #BA35EA
Complementary color
Monochromatic Colors of #BA35EA
Black with #BA35EA
Text Example
Text Example
White with #BA35EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35EA; }
p { color: rgb(186,53,234); }
H1.HeaderClassName
{
color: #BA35EA;
}
.AnyTagClassName
{
color: #BA35EA;
}
</style>
background-color css
<style>
a { background-color: #BA35EA; }
a { background-color: rgb(186,53,234); }
div.DivClassName
{
background-color: #BA35EA;
}
.BgClassName
{
background-color: #BA35EA;
}
</style>
border-color css
<style>
span { border-color: #BA35EA; }
span { border-color: rgb(186,53,234); }
td.TdClassName
{
border-color: #BA35EA;
}
.TagClassName
{
border-color: #BA35EA;
}
</style>