Shades of Medium Orchid #BA34FA
Tints of Medium Orchid #BA34FA
RGB
CMYK
RGB Variations
Color information
#BA34FA (or 0xBA34FA) is known color: Medium Orchid. HEX triplet: BA, 34 and FA. RGB value is (186,52,250). Sum of RGB (Red+Green+Blue) = 186+52+250=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA34FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34FA is #45CB05. Grayscale: #717171. Windows color (decimal): -4573958 or 16397498. OLE color: 16397498.
HSL color Cylindrical-coordinate representation of color #BA34FA: hue angle of 280.61º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA34FA is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 52 | 250 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.02 |
| HSL | 280.61º | 0.95% | 0.59% | - |
| HSV(B) | 280.61º | 0.79% | 0.98% | - |
| XYZ | 38.73 | 19.8 | 92.22 | - |
| YUV | 114.64 | 204.39 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 250 | 0.26 | 0.79 | 0 | 0.02 | 280.61 | 0.95 | 0.59 |
| Hex | BA | 34 | FA | 1A | 4F | 0 | 2 | 119 | 5F | 3B |
| Octal | 272 | 64 | 372 | 32 | 117 | 0 | 2 | 431 | 137 | 73 |
| Binary | 10111010 | 110100 | 11111010 | 11010 | 1001111 | 0 | 10 | 100011001 | 1011111 | 111011 |
Color Harmonies of #BA34FA
Complementary color
Monochromatic Colors of #BA34FA
Black with #BA34FA
Text Example
Text Example
White with #BA34FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34FA; }
p { color: rgb(186,52,250); }
H1.HeaderClassName
{
color: #BA34FA;
}
.AnyTagClassName
{
color: #BA34FA;
}
</style>
background-color css
<style>
a { background-color: #BA34FA; }
a { background-color: rgb(186,52,250); }
div.DivClassName
{
background-color: #BA34FA;
}
.BgClassName
{
background-color: #BA34FA;
}
</style>
border-color css
<style>
span { border-color: #BA34FA; }
span { border-color: rgb(186,52,250); }
td.TdClassName
{
border-color: #BA34FA;
}
.TagClassName
{
border-color: #BA34FA;
}
</style>