Shades of Medium Orchid #BA35F5
Tints of Medium Orchid #BA35F5
RGB
CMYK
RGB Variations
Color information
#BA35F5 (or 0xBA35F5) is known color: Medium Orchid. HEX triplet: BA, 35 and F5. RGB value is (186,53,245). Sum of RGB (Red+Green+Blue) = 186+53+245=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA35F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35F5 is #45CA0A. Grayscale: #727272. Windows color (decimal): -4573707 or 16070074. OLE color: 16070074.
HSL color Cylindrical-coordinate representation of color #BA35F5: hue angle of 281.56º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA35F5 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 53 | 245 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.04 |
| HSL | 281.56º | 0.91% | 0.58% | - |
| HSV(B) | 281.56º | 0.78% | 0.96% | - |
| XYZ | 38 | 19.58 | 88.16 | - |
| YUV | 114.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 245 | 0.24 | 0.78 | 0 | 0.04 | 281.56 | 0.91 | 0.58 |
| Hex | BA | 35 | F5 | 18 | 4E | 0 | 4 | 11A | 5B | 3A |
| Octal | 272 | 65 | 365 | 30 | 116 | 0 | 4 | 432 | 133 | 72 |
| Binary | 10111010 | 110101 | 11110101 | 11000 | 1001110 | 0 | 100 | 100011010 | 1011011 | 111010 |
Color Harmonies of #BA35F5
Complementary color
Monochromatic Colors of #BA35F5
Black with #BA35F5
Text Example
Text Example
White with #BA35F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35F5; }
p { color: rgb(186,53,245); }
H1.HeaderClassName
{
color: #BA35F5;
}
.AnyTagClassName
{
color: #BA35F5;
}
</style>
background-color css
<style>
a { background-color: #BA35F5; }
a { background-color: rgb(186,53,245); }
div.DivClassName
{
background-color: #BA35F5;
}
.BgClassName
{
background-color: #BA35F5;
}
</style>
border-color css
<style>
span { border-color: #BA35F5; }
span { border-color: rgb(186,53,245); }
td.TdClassName
{
border-color: #BA35F5;
}
.TagClassName
{
border-color: #BA35F5;
}
</style>