Shades of Medium Orchid #BA3CD2
Tints of Medium Orchid #BA3CD2
RGB
CMYK
RGB Variations
Color information
#BA3CD2 (or 0xBA3CD2) is known color: Medium Orchid. HEX triplet: BA, 3C and D2. RGB value is (186,60,210). Sum of RGB (Red+Green+Blue) = 186+60+210=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA3CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CD2 is #45C32D. Grayscale: #727272. Windows color (decimal): -4571950 or 13778106. OLE color: 13778106.
HSL color Cylindrical-coordinate representation of color #BA3CD2: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3CD2 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 60 | 210 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.18 |
| HSL | 290.4º | 0.63% | 0.53% | - |
| HSV(B) | 290.4º | 0.71% | 0.82% | - |
| XYZ | 33.5 | 18.32 | 62.74 | - |
| YUV | 114.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 210 | 0.11 | 0.71 | 0 | 0.18 | 290.4 | 0.63 | 0.53 |
| Hex | BA | 3C | D2 | B | 47 | 0 | 12 | 122 | 3E | 35 |
| Octal | 272 | 74 | 322 | 13 | 107 | 0 | 22 | 442 | 76 | 65 |
| Binary | 10111010 | 111100 | 11010010 | 1011 | 1000111 | 0 | 10010 | 100100010 | 111110 | 110101 |
Color Harmonies of #BA3CD2
Complementary color
Monochromatic Colors of #BA3CD2
Black with #BA3CD2
Text Example
Text Example
White with #BA3CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CD2; }
p { color: rgb(186,60,210); }
H1.HeaderClassName
{
color: #BA3CD2;
}
.AnyTagClassName
{
color: #BA3CD2;
}
</style>
background-color css
<style>
a { background-color: #BA3CD2; }
a { background-color: rgb(186,60,210); }
div.DivClassName
{
background-color: #BA3CD2;
}
.BgClassName
{
background-color: #BA3CD2;
}
</style>
border-color css
<style>
span { border-color: #BA3CD2; }
span { border-color: rgb(186,60,210); }
td.TdClassName
{
border-color: #BA3CD2;
}
.TagClassName
{
border-color: #BA3CD2;
}
</style>