Shades of Medium Orchid #BA35D7
Tints of Medium Orchid #BA35D7
RGB
CMYK
RGB Variations
Color information
#BA35D7 (or 0xBA35D7) is known color: Medium Orchid. HEX triplet: BA, 35 and D7. RGB value is (186,53,215). Sum of RGB (Red+Green+Blue) = 186+53+215=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA35D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35D7 is #45CA28. Grayscale: #6E6E6E. Windows color (decimal): -4573737 or 14103994. OLE color: 14103994.
HSL color Cylindrical-coordinate representation of color #BA35D7: hue angle of 289.26º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA35D7 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 53 | 215 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.16 |
| HSL | 289.26º | 0.67% | 0.53% | - |
| HSV(B) | 289.26º | 0.75% | 0.84% | - |
| XYZ | 33.79 | 17.89 | 65.96 | - |
| YUV | 111.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 215 | 0.13 | 0.75 | 0 | 0.16 | 289.26 | 0.67 | 0.53 |
| Hex | BA | 35 | D7 | D | 4B | 0 | 10 | 121 | 43 | 35 |
| Octal | 272 | 65 | 327 | 15 | 113 | 0 | 20 | 441 | 103 | 65 |
| Binary | 10111010 | 110101 | 11010111 | 1101 | 1001011 | 0 | 10000 | 100100001 | 1000011 | 110101 |
Color Harmonies of #BA35D7
Complementary color
Monochromatic Colors of #BA35D7
Black with #BA35D7
Text Example
Text Example
White with #BA35D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35D7; }
p { color: rgb(186,53,215); }
H1.HeaderClassName
{
color: #BA35D7;
}
.AnyTagClassName
{
color: #BA35D7;
}
</style>
background-color css
<style>
a { background-color: #BA35D7; }
a { background-color: rgb(186,53,215); }
div.DivClassName
{
background-color: #BA35D7;
}
.BgClassName
{
background-color: #BA35D7;
}
</style>
border-color css
<style>
span { border-color: #BA35D7; }
span { border-color: rgb(186,53,215); }
td.TdClassName
{
border-color: #BA35D7;
}
.TagClassName
{
border-color: #BA35D7;
}
</style>