Shades of Medium Orchid #BA35FA
Tints of Medium Orchid #BA35FA
RGB
CMYK
RGB Variations
Color information
#BA35FA (or 0xBA35FA) is known color: Medium Orchid. HEX triplet: BA, 35 and FA. RGB value is (186,53,250). Sum of RGB (Red+Green+Blue) = 186+53+250=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 53 (21.09% from 255 or 10.84% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA35FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35FA is #45CA05. Grayscale: #727272. Windows color (decimal): -4573702 or 16397754. OLE color: 16397754.
HSL color Cylindrical-coordinate representation of color #BA35FA: hue angle of 280.51º 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 #BA35FA is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 53 | 250 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.02 |
| HSL | 280.51º | 0.95% | 0.59% | - |
| HSV(B) | 280.51º | 0.79% | 0.98% | - |
| XYZ | 38.78 | 19.89 | 92.24 | - |
| YUV | 115.23 | 204.06 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 250 | 0.26 | 0.79 | 0 | 0.02 | 280.51 | 0.95 | 0.59 |
| Hex | BA | 35 | FA | 1A | 4F | 0 | 2 | 119 | 5F | 3B |
| Octal | 272 | 65 | 372 | 32 | 117 | 0 | 2 | 431 | 137 | 73 |
| Binary | 10111010 | 110101 | 11111010 | 11010 | 1001111 | 0 | 10 | 100011001 | 1011111 | 111011 |
Color Harmonies of #BA35FA
Complementary color
Monochromatic Colors of #BA35FA
Black with #BA35FA
Text Example
Text Example
White with #BA35FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35FA; }
p { color: rgb(186,53,250); }
H1.HeaderClassName
{
color: #BA35FA;
}
.AnyTagClassName
{
color: #BA35FA;
}
</style>
background-color css
<style>
a { background-color: #BA35FA; }
a { background-color: rgb(186,53,250); }
div.DivClassName
{
background-color: #BA35FA;
}
.BgClassName
{
background-color: #BA35FA;
}
</style>
border-color css
<style>
span { border-color: #BA35FA; }
span { border-color: rgb(186,53,250); }
td.TdClassName
{
border-color: #BA35FA;
}
.TagClassName
{
border-color: #BA35FA;
}
</style>