Shades of Medium Orchid #BA35D9
Tints of Medium Orchid #BA35D9
RGB
CMYK
RGB Variations
Color information
#BA35D9 (or 0xBA35D9) is known color: Medium Orchid. HEX triplet: BA, 35 and D9. RGB value is (186,53,217). Sum of RGB (Red+Green+Blue) = 186+53+217=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA35D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35D9 is #45CA26. Grayscale: #6E6E6E. Windows color (decimal): -4573735 or 14235066. OLE color: 14235066.
HSL color Cylindrical-coordinate representation of color #BA35D9: hue angle of 288.66º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA35D9 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 53 | 217 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.15 |
| HSL | 288.66º | 0.68% | 0.53% | - |
| HSV(B) | 288.66º | 0.76% | 0.85% | - |
| XYZ | 34.05 | 18 | 67.32 | - |
| YUV | 111.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 217 | 0.14 | 0.76 | 0 | 0.15 | 288.66 | 0.68 | 0.53 |
| Hex | BA | 35 | D9 | E | 4C | 0 | F | 121 | 44 | 35 |
| Octal | 272 | 65 | 331 | 16 | 114 | 0 | 17 | 441 | 104 | 65 |
| Binary | 10111010 | 110101 | 11011001 | 1110 | 1001100 | 0 | 1111 | 100100001 | 1000100 | 110101 |
Color Harmonies of #BA35D9
Complementary color
Monochromatic Colors of #BA35D9
Black with #BA35D9
Text Example
Text Example
White with #BA35D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35D9; }
p { color: rgb(186,53,217); }
H1.HeaderClassName
{
color: #BA35D9;
}
.AnyTagClassName
{
color: #BA35D9;
}
</style>
background-color css
<style>
a { background-color: #BA35D9; }
a { background-color: rgb(186,53,217); }
div.DivClassName
{
background-color: #BA35D9;
}
.BgClassName
{
background-color: #BA35D9;
}
</style>
border-color css
<style>
span { border-color: #BA35D9; }
span { border-color: rgb(186,53,217); }
td.TdClassName
{
border-color: #BA35D9;
}
.TagClassName
{
border-color: #BA35D9;
}
</style>