Shades of Medium Orchid #BA35D1
Tints of Medium Orchid #BA35D1
RGB
CMYK
RGB Variations
Color information
#BA35D1 (or 0xBA35D1) is known color: Medium Orchid. HEX triplet: BA, 35 and D1. RGB value is (186,53,209). Sum of RGB (Red+Green+Blue) = 186+53+209=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA35D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35D1 is #45CA2E. Grayscale: #6E6E6E. Windows color (decimal): -4573743 or 13710778. OLE color: 13710778.
HSL color Cylindrical-coordinate representation of color #BA35D1: hue angle of 291.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA35D1 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 53 | 209 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.18 |
| HSL | 291.15º | 0.63% | 0.51% | - |
| HSV(B) | 291.15º | 0.75% | 0.82% | - |
| XYZ | 33.03 | 17.59 | 61.98 | - |
| YUV | 110.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 209 | 0.11 | 0.75 | 0 | 0.18 | 291.15 | 0.63 | 0.51 |
| Hex | BA | 35 | D1 | B | 4B | 0 | 12 | 123 | 3F | 33 |
| Octal | 272 | 65 | 321 | 13 | 113 | 0 | 22 | 443 | 77 | 63 |
| Binary | 10111010 | 110101 | 11010001 | 1011 | 1001011 | 0 | 10010 | 100100011 | 111111 | 110011 |
Color Harmonies of #BA35D1
Complementary color
Monochromatic Colors of #BA35D1
Black with #BA35D1
Text Example
Text Example
White with #BA35D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA35D1; }
p { color: rgb(186,53,209); }
H1.HeaderClassName
{
color: #BA35D1;
}
.AnyTagClassName
{
color: #BA35D1;
}
</style>
background-color css
<style>
a { background-color: #BA35D1; }
a { background-color: rgb(186,53,209); }
div.DivClassName
{
background-color: #BA35D1;
}
.BgClassName
{
background-color: #BA35D1;
}
</style>
border-color css
<style>
span { border-color: #BA35D1; }
span { border-color: rgb(186,53,209); }
td.TdClassName
{
border-color: #BA35D1;
}
.TagClassName
{
border-color: #BA35D1;
}
</style>